🐛 trying to fix font

This commit is contained in:
Maxime Lalo 2024-07-24 17:53:37 +02:00
parent 344555adf1
commit 53f98b2f36

View File

@ -1,6 +1,6 @@
import "@Front/index.scss";
import { DefaultLayout } from "@Front/Components/LayoutTemplates/DefaultLayout"; import { DefaultLayout } from "@Front/Components/LayoutTemplates/DefaultLayout";
import { FrontendVariables } from "@Front/Config/VariablesFront"; import { FrontendVariables } from "@Front/Config/VariablesFront";
import "@Front/index.scss";
import type { NextPage } from "next"; import type { NextPage } from "next";
import type { AppType, AppProps } from "next/app"; import type { AppType, AppProps } from "next/app";
import { useEffect, type ReactElement, type ReactNode } from "react"; import { useEffect, type ReactElement, type ReactNode } from "react";