aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/index.tsx
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-04-24 02:57:55 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-04-24 05:27:11 +0800
commitcc471dd127b3b2b30ebe32452f9dd03778845e7c (patch)
tree087d42d8fa88c844c671fd795ab632280d7e3115 /packages/website/ts/index.tsx
parentd08bfbf7054d0d98680daab3d1fdc0ac878dcc16 (diff)
downloaddexon-sol-tools-cc471dd127b3b2b30ebe32452f9dd03778845e7c.tar
dexon-sol-tools-cc471dd127b3b2b30ebe32452f9dd03778845e7c.tar.gz
dexon-sol-tools-cc471dd127b3b2b30ebe32452f9dd03778845e7c.tar.bz2
dexon-sol-tools-cc471dd127b3b2b30ebe32452f9dd03778845e7c.tar.lz
dexon-sol-tools-cc471dd127b3b2b30ebe32452f9dd03778845e7c.tar.xz
dexon-sol-tools-cc471dd127b3b2b30ebe32452f9dd03778845e7c.tar.zst
dexon-sol-tools-cc471dd127b3b2b30ebe32452f9dd03778845e7c.zip
Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenu
Diffstat (limited to 'packages/website/ts/index.tsx')
-rw-r--r--packages/website/ts/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx
index 6b347145f..66154e9b8 100644
--- a/packages/website/ts/index.tsx
+++ b/packages/website/ts/index.tsx
@@ -35,7 +35,7 @@ import 'less/all.less';
// At the same time webpack statically parses for System.import() to determine bundle chunk split points
// so each lazy import needs it's own `System.import()` declaration.
const LazyPortal = createLazyComponent('Portal', async () =>
- System.import<any>(/* webpackChunkName: "portal" */ 'ts/containers/portal'),
+ System.import<any>(/* webpackChunkName: "portal" */ 'ts/containers/legacy_portal'),
);
const LazyZeroExJSDocumentation = createLazyComponent('Documentation', async () =>
System.import<any>(/* webpackChunkName: "zeroExDocs" */ 'ts/containers/zero_ex_js_documentation'),