diff --git a/src/layout/index.tsx b/src/layout/index.tsx index d4796dd..257fa74 100644 --- a/src/layout/index.tsx +++ b/src/layout/index.tsx @@ -1,6 +1,7 @@ import { Outlet } from 'react-router-dom' import { Footer } from './footer' import { Header } from './header' +import { SocialNav } from './socialNav' export const Layout = () => { return ( @@ -8,6 +9,7 @@ export const Layout = () => {