1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-28 01:28:37 +02:00

fix: using tailwindcss

This commit is contained in:
2023-12-05 20:55:15 +01:00
parent 6358294587
commit cf200b3661
2 changed files with 4 additions and 0 deletions

View File

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