|
|
|
@ -1,11 +1,10 @@ |
|
|
|
import type { Metadata } from "next"; |
|
|
|
import { Amiri } from "next/font/google"; |
|
|
|
import localFont from "next/font/local"; |
|
|
|
import dynamic from "next/dynamic"; |
|
|
|
import Providers from "./providers"; |
|
|
|
import "./globals.css"; |
|
|
|
|
|
|
|
const DevClickToComponent = dynamic(() => import("@/components/dev/dev-click-to-component"), { ssr: false }); |
|
|
|
import DevClickToComponent from "@/components/dev/dev-click-to-component"; |
|
|
|
|
|
|
|
const faminela = localFont({ |
|
|
|
src: "../../public/fonts/Faminela/Faminela.otf", |
|
|
|
|