mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-19 07:56:03 +01:00
feat: add fonts options
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import type { AppProps } from 'next/app'
|
||||
|
||||
import { globalStyles } from '../styles/globals'
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
globalStyles()
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user