Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed May 22, 2024
1 parent 108d623 commit 52d6906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Matomo from "~/components/Matomo"
import "~/style/default.css"
import { ANDROID_APP_ID, IOS_APP_ID, ROOT_URL } from "~/constants"
import type { Metadata } from "next"
import { getHtmlAttributes } from "@codegouvfr/react-dsfr/next-appdir/getHtmlAttributes"
import { defaultColorScheme } from "./defaultColorScheme"
// import { getHtmlAttributes } from "@codegouvfr/react-dsfr/next-appdir/getHtmlAttributes"
// import { defaultColorScheme } from "./defaultColorScheme"

export const metadata: Metadata = {
title: "Oz Ensemble",
Expand Down

0 comments on commit 52d6906

Please sign in to comment.