Use the correct css file

This commit is contained in:
Omar Oughriss 2025-10-20 11:33:36 +02:00
parent 4b46621cac
commit 02036f7ef4

View File

@ -1,6 +1,6 @@
import type { Metadata } from 'next' import type { Metadata } from 'next'
import { Inter } from 'next/font/google' import { Inter } from 'next/font/google'
import '../styles/globals.css' import './globals.css'
const inter = Inter({ subsets: ['latin'] }) const inter = Inter({ subsets: ['latin'] })