Added 0x instant skeleton

This commit is contained in:
Fred Carlsen
2018-11-30 14:55:17 +01:00
parent d78ac3f157
commit 247a69aaec
4 changed files with 126 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ import { WebsiteLegacyPaths, WebsitePaths } from 'ts/types';
import { muiTheme } from 'ts/utils/mui_theme';
// Next (new website) routes. We should rename them later
import { Next0xInstant } from 'ts/@next/pages/instant';
import { NextLanding } from 'ts/@next/pages/landing';
import { NextWhy } from 'ts/@next/pages/why';
@@ -110,6 +111,7 @@ render(
{/* Next (new site) routes */}
<Route exact path="/next" component={NextLanding as any} />
<Route exact path="/next/why" component={NextWhy as any} />
<Route exact path="/next/0x-instant" component={Next0xInstant as any} />
<Route
path={`${WebsitePaths.ZeroExJs}/:version?`}