Skip to content

Commit

Permalink
fix: bad config import (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 committed May 29, 2024
1 parent 63d7701 commit 06c083f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/politique-de-confidentialite/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PrivacyPolicy } from "@incubateur-ademe/legal-pages-react";
import { config } from "dotenv";
import { type Metadata } from "next";

import { config } from "@/config";
import { FooterConsentManagementItem } from "@/consentManagement";
import { Container } from "@/dsfr";

Expand Down
2 changes: 1 addition & 1 deletion src/app/politique-des-cookies/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CookiesPolicy } from "@incubateur-ademe/legal-pages-react";
import { config } from "dotenv";

import { config } from "@/config";
import { FooterConsentManagementItem } from "@/consentManagement";
import { Container } from "@/dsfr";

Expand Down

0 comments on commit 06c083f

Please sign in to comment.