diff --git a/src/layout/index.tsx b/src/layout/index.tsx
index a644ced..cacabd4 100644
--- a/src/layout/index.tsx
+++ b/src/layout/index.tsx
@@ -1,4 +1,4 @@
-import { Outlet } from 'react-router-dom'
+import { Outlet, ScrollRestoration } from 'react-router-dom'
import { Footer } from './footer'
import { Header } from './header'
import { SocialNav } from './socialNav'
@@ -12,6 +12,7 @@ export const Layout = () => {
+
>
)
}