diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx index 4eba24811..ba8fd2e0f 100644 --- a/src/FilterLists.Web.V2/src/App.tsx +++ b/src/FilterLists.Web.V2/src/App.tsx @@ -1,11 +1,30 @@ +import { Layout, Menu } from 'antd'; import React from 'react'; -import { AllListsTable } from './modules'; import './App.css'; +import { AllListsTable } from './modules'; + +const { Header, Content, Footer } = Layout; const App: React.FC = () => { return ( - + +
+
+ + +
+ +
+ +
+
+ +
); } -export default App; +export default App; \ No newline at end of file