diff --git a/.gitignore b/.gitignore
index b5232955b..640afa9c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,4 +31,7 @@ yarn-error.log*
.env.production.local
# vercel
-.vercel
\ No newline at end of file
+.vercel
+
+# dev
+framework
diff --git a/components/common/Layout/Layout.tsx b/components/common/Layout/Layout.tsx
index 158f63068..14c07860a 100644
--- a/components/common/Layout/Layout.tsx
+++ b/components/common/Layout/Layout.tsx
@@ -6,11 +6,12 @@ import React, { FC } from 'react'
import { useUI } from '@components/ui/context'
import { Navbar, Footer } from '@components/common'
import { useAcceptCookies } from '@lib/hooks/useAcceptCookies'
-import { CommerceProvider } from '@bigcommerce/storefront-data-hooks'
import { Sidebar, Button, Modal, LoadingDots } from '@components/ui'
-import type { Page } from '@bigcommerce/storefront-data-hooks/api/operations/get-all-pages'
import { CartSidebarView } from '@components/cart'
+import { CommerceProvider } from '@bigcommerce/storefront-data-hooks'
+import type { Page } from '@bigcommerce/storefront-data-hooks/api/operations/get-all-pages'
+
const Loading = () => (
@@ -76,7 +77,7 @@ const Layout: FC = ({ children, pageProps }) => {
title="This site uses cookies to improve your experience. By clicking, you agree to our Privacy Policy."
hide={acceptedCookies}
action={
-