Skip to content

Commit

Permalink
refactor: remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowCrimsonGator committed Jan 30, 2024
1 parent 71748c4 commit 5484a39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CookieConsent/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { useCookies } from "react-cookie";
import CookieBanner from "./CookieBanner";
import { useEffect } from "react";

const COOKIES_CONSENT_NAME = "cookie-consent-given";
const COOKIES_CONSENT_VALUE = 1;
Expand Down

0 comments on commit 5484a39

Please sign in to comment.