Update after source move

This commit is contained in:
Jaco Greeff 2017-04-24 17:45:53 +02:00
parent 719023e949
commit 22497e5133
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
import React, { Component } from 'react';
import PlaygroundExample from '~/playground/playgroundExample';
import PlaygroundExample from '~/views/Playground/playgroundExample';
import AccountCard from './accountCard';

View File

@ -16,7 +16,7 @@
import React, { Component } from 'react';
import PlaygroundExample from '~/playground/playgroundExample';
import PlaygroundExample from '~/views/Playground/playgroundExample';
import ConnectedCurrencySymbol, { CurrencySymbol } from './currencySymbol';

View File

@ -17,7 +17,7 @@
import React, { Component } from 'react';
import { Button } from '~/ui';
import PlaygroundExample from '~/playground/playgroundExample';
import PlaygroundExample from '~/views/Playground/playgroundExample';
import Portal from './portal';

View File

@ -16,7 +16,7 @@
import React, { Component } from 'react';
import PlaygroundExample from '~/playground/playgroundExample';
import PlaygroundExample from '~/views/Playground/playgroundExample';
import QrCode from './';

View File

@ -16,7 +16,7 @@
import React, { Component } from 'react';
import PlaygroundExample from '~/playground/playgroundExample';
import PlaygroundExample from '~/views/Playground/playgroundExample';
import SectionList from './';
const ITEM_STYLE = {