diff options
author | August Skare <post@augustskare.no> | 2018-10-22 19:15:54 +0800 |
---|---|---|
committer | August Skare <post@augustskare.no> | 2018-10-22 19:27:49 +0800 |
commit | 97c54f84f0b0f3daf41773690cc79296c983b346 (patch) | |
tree | eb5f3091f8c3c1f350f2a75a5294a6f0855baefd /packages/dev-tools-pages/ts/pages/Compiler.tsx | |
parent | e485a9814333a3178e6a156230ed15b047f11005 (diff) | |
download | dexon-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.tsx | 1 |
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'; |