diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-19 01:35:15 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-19 01:35:15 +0800 |
commit | aa5c2c249d43c980c06d3a5541233f2407a83371 (patch) | |
tree | dc15d2f052af0696bad5919197b6ed51aa4cc221 /packages/website/ts/index.tsx | |
parent | 1ae9eedf9f53d2eb23e51d7cf7060891a6d0521a (diff) | |
download | dexon-sol-tools-aa5c2c249d43c980c06d3a5541233f2407a83371.tar dexon-sol-tools-aa5c2c249d43c980c06d3a5541233f2407a83371.tar.gz dexon-sol-tools-aa5c2c249d43c980c06d3a5541233f2407a83371.tar.bz2 dexon-sol-tools-aa5c2c249d43c980c06d3a5541233f2407a83371.tar.lz dexon-sol-tools-aa5c2c249d43c980c06d3a5541233f2407a83371.tar.xz dexon-sol-tools-aa5c2c249d43c980c06d3a5541233f2407a83371.tar.zst dexon-sol-tools-aa5c2c249d43c980c06d3a5541233f2407a83371.zip |
Remove community and market maker route
Diffstat (limited to 'packages/website/ts/index.tsx')
-rw-r--r-- | packages/website/ts/index.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx index f7a66c836..abd8bc2ef 100644 --- a/packages/website/ts/index.tsx +++ b/packages/website/ts/index.tsx @@ -109,8 +109,6 @@ render( <Route exact path={WebsitePaths.Instant} component={Next0xInstant as any} /> <Route exact path={WebsitePaths.LaunchKit} component={NextLaunchKit as any} /> <Route exact path={WebsitePaths.Ecosystem} component={NextEcosystem as any} /> - <Route exact path={WebsitePaths.Community} component={NextCommunity as any} /> - <Route exact path={WebsitePaths.MarketMaker} component={NextMarketMaker as any} /> <Route exact path={WebsitePaths.AboutMission} component={NextAboutMission as any} /> <Route exact path={WebsitePaths.AboutTeam} component={NextAboutTeam as any} /> <Route exact path={WebsitePaths.AboutPress} component={NextAboutPress as any} /> |