Skip to content

Commit

Permalink
fix directory name for cookies consent
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezyali committed Aug 11, 2023
1 parent 8ce8e68 commit 0134ac5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus-client/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ControlNetProvider } from "@/context/CNContext";
import { ImagineProvider } from "@/context/ImagineContext";
import { FirebaseTrackingProvider } from "@/context/GoogleAnalyticsContext";
import { Toaster } from "@/components/ui/toaster";
import CookiesConsent from "@/components/CookiesConset/CookiesConsent";
import CookiesConsent from "@/components/CookiesConsent/CookiesConsent";

import "../App.scss";
import "../styles/globals.css";
Expand Down

0 comments on commit 0134ac5

Please sign in to comment.