chore: remove unused import
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import Topbar from "./components/Topbar";
|
import Topbar from "./components/Topbar";
|
||||||
import Sidebar from "./components/Sidebar";
|
import Sidebar from "./components/Sidebar";
|
||||||
import { Button, ConfigProvider, Space } from 'antd';
|
import { ConfigProvider } from 'antd';
|
||||||
import { BrowserRouter } from 'react-router-dom'
|
import { BrowserRouter } from 'react-router-dom'
|
||||||
|
|
||||||
const App = () => (
|
const App = () => (
|
||||||
@@ -10,7 +10,7 @@ const App = () => (
|
|||||||
colorPrimary: '#ff00c3',
|
colorPrimary: '#ff00c3',
|
||||||
borderRadius: 2,
|
borderRadius: 2,
|
||||||
},
|
},
|
||||||
}}
|
}}``
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user