diff --git a/js/src/ui/AccountCard/accountCard.example.js b/js/src/ui/AccountCard/accountCard.example.js index 8c4ea9a4b..7fb829edd 100644 --- a/js/src/ui/AccountCard/accountCard.example.js +++ b/js/src/ui/AccountCard/accountCard.example.js @@ -16,7 +16,7 @@ import React, { Component } from 'react'; -import PlaygroundExample from '~/playground/playgroundExample'; +import PlaygroundExample from '~/views/Playground/playgroundExample'; import AccountCard from './accountCard'; diff --git a/js/src/ui/CurrencySymbol/currencySymbol.example.js b/js/src/ui/CurrencySymbol/currencySymbol.example.js index c1b56ed5c..c775a192f 100644 --- a/js/src/ui/CurrencySymbol/currencySymbol.example.js +++ b/js/src/ui/CurrencySymbol/currencySymbol.example.js @@ -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'; diff --git a/js/src/ui/Portal/portal.example.js b/js/src/ui/Portal/portal.example.js index a1a32abb4..970a3b956 100644 --- a/js/src/ui/Portal/portal.example.js +++ b/js/src/ui/Portal/portal.example.js @@ -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'; diff --git a/js/src/ui/QrCode/qrCode.example.js b/js/src/ui/QrCode/qrCode.example.js index 8f85f8147..6a92467a3 100644 --- a/js/src/ui/QrCode/qrCode.example.js +++ b/js/src/ui/QrCode/qrCode.example.js @@ -16,7 +16,7 @@ import React, { Component } from 'react'; -import PlaygroundExample from '~/playground/playgroundExample'; +import PlaygroundExample from '~/views/Playground/playgroundExample'; import QrCode from './'; diff --git a/js/src/ui/SectionList/sectionList.example.js b/js/src/ui/SectionList/sectionList.example.js index a0bd71b58..27ff5722a 100644 --- a/js/src/ui/SectionList/sectionList.example.js +++ b/js/src/ui/SectionList/sectionList.example.js @@ -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 = {