diff --git a/client/src/layouts/global.tsx b/client/src/layouts/global.tsx deleted file mode 100644 index 2ced75e..0000000 --- a/client/src/layouts/global.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import { Toaster } from "react-hot-toast"; -import SingaporeAgencyStrip from "../components/SingaporeAgencyStrip"; -import { Outlet } from "react-router-dom"; - -export default function GlobalLayout() { - return ( -
- -
- -
- - {/* - A div that becomes black in dark mode to cover white color parts - of the website when scrolling past the window's original view. - */} -
- -
- ); -}