diff options
-rw-r--r-- | packages/website/ts/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx index 07f34782f..981c6f2cb 100644 --- a/packages/website/ts/index.tsx +++ b/packages/website/ts/index.tsx @@ -151,7 +151,6 @@ render( component={LazySolCompilerDocumentation} /> <Route path={WebsiteLegacyPaths.Jobs} component={Jobs as any} /> - <Route path={`${WebsitePaths.Docs}`} component={LazyZeroExJSDocumentation} /> <Route component={NotFound as any} /> </Switch> </div> |