diff --git a/ssh/src/components/Layout/RootLayout.tsx b/ssh/src/components/Layout/RootLayout.tsx new file mode 100644 index 0000000..10376af --- /dev/null +++ b/ssh/src/components/Layout/RootLayout.tsx @@ -0,0 +1,15 @@ +import { Outlet } from 'react-router-dom'; +import Header from '@/components/Layout/Header'; +import Footer from '@/components/Layout/Footer'; + +export default function RootLayout() { + return ( + <> +
+
+ +
+