Skip to content

Commit

Permalink
Fix build error in NotCookiesModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygraesberg authored Dec 5, 2024
1 parent 9ccdccc commit d83b4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/NotCookiesModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client"
import { FC, useState } from "react"
import useLocalStorageState from "@/hooks/useLocalStorageState"
//import useLocalStorageState from "@/hooks/useLocalStorageState"

interface NotCookieOptionProps {
option_name: string
Expand Down Expand Up @@ -59,4 +59,4 @@ const NotCookiesModal = () => {
)
}

export default NotCookiesModal;
export default NotCookiesModal;

0 comments on commit d83b4c8

Please sign in to comment.