This commit is contained in:
Jasen Qin 2024-04-27 21:04:31 +10:00
parent 0ccb3ffc2c
commit 1009c3a94f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import { Providers } from './next-providers' import { Providers } from './next-providers'
import { fonts } from './fonts' import { fonts } from './fonts'
import { Inter } from 'next/font/google' import { Inter } from 'next/font/google'
import 'bootstrap/dist/css/bootstrap.min.css'
const inter = Inter({ subsets: ['latin'] }) const inter = Inter({ subsets: ['latin'] })