aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/pages/Compiler.tsx
diff options
context:
space:
mode:
authorAugust Skare <post@augustskare.no>2018-10-22 19:15:54 +0800
committerAugust Skare <post@augustskare.no>2018-10-22 19:27:49 +0800
commit97c54f84f0b0f3daf41773690cc79296c983b346 (patch)
treeeb5f3091f8c3c1f350f2a75a5294a6f0855baefd /packages/dev-tools-pages/ts/pages/Compiler.tsx
parente485a9814333a3178e6a156230ed15b047f11005 (diff)
downloaddexon-sol-tools-97c54f84f0b0f3daf41773690cc79296c983b346.tar
dexon-sol-tools-97c54f84f0b0f3daf41773690cc79296c983b346.tar.gz
dexon-sol-tools-97c54f84f0b0f3daf41773690cc79296c983b346.tar.bz2
dexon-sol-tools-97c54f84f0b0f3daf41773690cc79296c983b346.tar.lz
dexon-sol-tools-97c54f84f0b0f3daf41773690cc79296c983b346.tar.xz
dexon-sol-tools-97c54f84f0b0f3daf41773690cc79296c983b346.tar.zst
dexon-sol-tools-97c54f84f0b0f3daf41773690cc79296c983b346.zip
remove container from all pages
Diffstat (limited to 'packages/dev-tools-pages/ts/pages/Compiler.tsx')
-rw-r--r--packages/dev-tools-pages/ts/pages/Compiler.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/pages/Compiler.tsx b/packages/dev-tools-pages/ts/pages/Compiler.tsx
index e7336f1b1..c6e67021e 100644
--- a/packages/dev-tools-pages/ts/pages/Compiler.tsx
+++ b/packages/dev-tools-pages/ts/pages/Compiler.tsx
@@ -3,7 +3,6 @@ import { render, hydrate } from 'react-dom';
import context from 'ts/context/compiler';
import Base from 'ts/components/Base';
-import Container from 'ts/components/Container';
import Main from 'ts/components/Main';
import ContentBlock from 'ts/components/ContentBlock';
import { Tabs, TabBlock } from 'ts/components/Tabs';