diff --git a/client/src/App.tsx b/client/src/App.tsx index 60f0aca..2400e59 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -1,16 +1,10 @@ import React, { FC } from "react"; import { AppRouter } from "./utils/router"; import "./App.css"; +import Layout from "./pages/Layout"; const App: FC = () => { - return ( - <> - {/* - */} - - {/*