File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/integration/next/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ import {
3131import type { ColorScheme } from "./lib/darkMode" ;
3232import DefaultDocument from "next/document" ;
3333import { getAssetUrl } from "./lib/tools/getAssetUrl" ;
34+ import "./dsfr/dsfr.css" ;
35+ import "./dsfr/utility/icons/icons.css" ;
3436
3537const fontUrlByFileBasename = {
3638 "Marianne-Light" : marianneLightWoff2Url ,
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import type { AppProps } from "next/app";
22import { DsfrLangProvider } from "@codegouvfr/react-dsfr" ;
33import { createNextDsfrIntegrationApi } from "@codegouvfr/react-dsfr/next" ;
44import { Header } from "@codegouvfr/react-dsfr/Header" ;
5- import "@codegouvfr/react-dsfr/dsfr/dsfr.css" ;
6- import "@codegouvfr/react-dsfr/dsfr/utility/icons/icons.css" ;
75
86const {
97 withDsfr,
You can’t perform that action at this time.
0 commit comments