Skip to content

Commit

Permalink
fix: import styles after dsfr
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Oct 2, 2023
1 parent 230a642 commit a9b23f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-form/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import PublicLayout from "@/layouts/PublicLayout";
import "@/styles/global.css";
import { createNextDsfrIntegrationApi } from "@codegouvfr/react-dsfr/next-pagesdir";
import { appWithTranslation } from "next-i18next";
import type { AppProps } from "next/app";
import Link from "next/link";
import { ReactNode } from "react";
import { createEmotionSsrAdvancedApproach } from "tss-react/next";
import "@/styles/global.css";

declare module "@codegouvfr/react-dsfr/next-pagesdir" {
interface RegisterLink {
Expand Down

0 comments on commit a9b23f1

Please sign in to comment.