diff --git a/src/App.tsx b/src/App.tsx index 843997c..875238e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,18 +1,14 @@ -import React from 'react'; import Head from './layout/head/Head.tsx'; -import Nav from "./layout/nav/Nav.tsx"; import Body from './layout/body/Body.tsx'; import Foot from './layout/foot/Foot.tsx'; - const App: React.FC = () => { return ( -