fix: rename org
This commit is contained in:
parent
924a7ba577
commit
ddedf64af9
|
@ -14,9 +14,9 @@ yarn
|
||||||
yarn build:dev
|
yarn build:dev
|
||||||
yarn link
|
yarn link
|
||||||
```
|
```
|
||||||
Then in the current folder link `@status-im/subspace`, and install the packages
|
Then in the current folder link `@embarklabs/subspace`, and install the packages
|
||||||
```
|
```
|
||||||
yarn link "@status-im/subspace"
|
yarn link "@embarklabs/subspace"
|
||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import Subspace from "@status-im/subspace";
|
import Subspace from "@status-im/subspace";
|
||||||
import { $average, $latest } from "@status-im/subspace";
|
import { $average, $latest } from "@embarklabs/subspace";
|
||||||
import { makeExecutableSchema } from "graphql-tools";
|
import { makeExecutableSchema } from "graphql-tools";
|
||||||
import { graphql } from "reactive-graphql";
|
import { graphql } from "reactive-graphql";
|
||||||
import { map, scan } from "rxjs/operators";
|
import { map, scan } from "rxjs/operators";
|
||||||
|
|
Loading…
Reference in New Issue