diff --git a/src/App.js b/src/App.js index e258acb..8acf66c 100644 --- a/src/App.js +++ b/src/App.js @@ -20,42 +20,51 @@ import OfficeManageDetail from 'pages/admin/office/OfficeBookingManageDetail'; function App() { - const SidebarLayout = () => ( - <> - - - - ) + const SidebarLayout = () => ( + <> + + + + ) - return ( -
- - } /> - }> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - -
- ) + return ( +
+ + }/> + }>\ + }> + }/> + + }> + }/> + + }> + }/> + + }> + + }> + }/> + + }> + }/> + + }> + }/> + + }> + }/> + }/> + }/> + + }> + }/> + + }/> + + +
+ ) } export default App;