aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/website/ts/index.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx
index 8b6d4d956..eb80a7119 100644
--- a/packages/website/ts/index.tsx
+++ b/packages/website/ts/index.tsx
@@ -88,15 +88,6 @@ const LazySmartContractsDocumentation = createLazyComponent(
),
);
-const docs = class Documentation extends
- React.Component<any, any> {
- public render() {
- return (
- <div>hlwkdjaeljdflajfesli</div>
- );
- }
- };
-
const store: ReduxStore<State> = createStore(reducer);
render(
<Router>