Update after source move
This commit is contained in:
parent
719023e949
commit
22497e5133
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
import PlaygroundExample from '~/playground/playgroundExample';
|
import PlaygroundExample from '~/views/Playground/playgroundExample';
|
||||||
|
|
||||||
import AccountCard from './accountCard';
|
import AccountCard from './accountCard';
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
import PlaygroundExample from '~/playground/playgroundExample';
|
import PlaygroundExample from '~/views/Playground/playgroundExample';
|
||||||
|
|
||||||
import ConnectedCurrencySymbol, { CurrencySymbol } from './currencySymbol';
|
import ConnectedCurrencySymbol, { CurrencySymbol } from './currencySymbol';
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
import { Button } from '~/ui';
|
import { Button } from '~/ui';
|
||||||
import PlaygroundExample from '~/playground/playgroundExample';
|
import PlaygroundExample from '~/views/Playground/playgroundExample';
|
||||||
|
|
||||||
import Portal from './portal';
|
import Portal from './portal';
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
import PlaygroundExample from '~/playground/playgroundExample';
|
import PlaygroundExample from '~/views/Playground/playgroundExample';
|
||||||
|
|
||||||
import QrCode from './';
|
import QrCode from './';
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
import PlaygroundExample from '~/playground/playgroundExample';
|
import PlaygroundExample from '~/views/Playground/playgroundExample';
|
||||||
import SectionList from './';
|
import SectionList from './';
|
||||||
|
|
||||||
const ITEM_STYLE = {
|
const ITEM_STYLE = {
|
||||||
|
Loading…
Reference in New Issue
Block a user