From 237d16c722b2322b17dae6c1395fb4b393f922b2 Mon Sep 17 00:00:00 2001 From: muerwre Date: Tue, 4 Jun 2019 04:06:51 +0700 Subject: [PATCH] cleanup --- src/containers/MainLayout/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/containers/MainLayout/index.tsx b/src/containers/MainLayout/index.tsx index 18bf60df..1c303ff8 100644 --- a/src/containers/MainLayout/index.tsx +++ b/src/containers/MainLayout/index.tsx @@ -1,6 +1,5 @@ import * as React from 'react'; -import { Header } from "$components/main/Header"; -import {SidePane} from "$components/main/SidePane"; +import { SidePane } from "$components/main/SidePane"; const style = require('./style.scss');