fix: remove fontawesome in layout
This commit is contained in:
parent
82b102cdfb
commit
a37938e8c7
1 changed files with 0 additions and 4 deletions
|
@ -2,13 +2,9 @@
|
||||||
|
|
||||||
import React, { useEffect } from 'react'
|
import React, { useEffect } from 'react'
|
||||||
import './globals.css'
|
import './globals.css'
|
||||||
import '@fortawesome/fontawesome-svg-core/styles.css'
|
|
||||||
import { config } from '@fortawesome/fontawesome-svg-core'
|
|
||||||
import { GeistSans } from 'geist/font/sans'
|
import { GeistSans } from 'geist/font/sans'
|
||||||
import '../i18n'
|
import '../i18n'
|
||||||
|
|
||||||
config.autoAddCss = false
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue