diff --git a/client/src/components/Layout.tsx b/client/src/components/Layout.tsx index 1deeeb2..29fa115 100644 --- a/client/src/components/Layout.tsx +++ b/client/src/components/Layout.tsx @@ -1,17 +1,17 @@ -import React from 'react'; -import { Outlet } from 'react-router-dom'; +import React from "react" +import { Outlet } from "react-router-dom" -import Navbar from './Navbar'; -import Footer from './Footer'; +import Navbar from "./Navbar" +import Footer from "./Footer" const Layout: React.FC = () => { - return ( -