Skip to content

Commit 4f2b403

Browse files
committed
forgot to remove these too
1 parent f249382 commit 4f2b403

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pages/_app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ import {
2020
headerAndFooterLinkColors,
2121
} from '../utils'
2222
import '../utils/theme/globals.scss'
23-
import { getCookies } from 'cookies-next'
2423

2524
const WebStore = ({ Component }) => {
2625
const { data: session } = useSession()
2726
const router = useRouter()
28-
const cookies = getCookies()
2927

3028
const signOutUser = () => {
3129
signOut()

0 commit comments

Comments
 (0)