|
|
|
@ -2,6 +2,7 @@ import type { Metadata } from "next"; |
|
|
|
import { Amiri } from "next/font/google"; |
|
|
|
import localFont from "next/font/local"; |
|
|
|
import DevClickToComponent from "@/components/dev/dev-click-to-component"; |
|
|
|
import DebugToast from "@/components/dev/debug-toast"; |
|
|
|
import Providers from "./providers"; |
|
|
|
import "./globals.css"; |
|
|
|
|
|
|
|
|