remove font package
This commit is contained in:
parent
d0c6a9d940
commit
28bda3a0f9
3 changed files with 0 additions and 10 deletions
|
@ -10,7 +10,6 @@
|
|||
"export": "next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/font": "^14.0.4",
|
||||
"mime-types": "^2.1.35"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,20 +1,16 @@
|
|||
import type { AppProps } from 'next/app';
|
||||
import { Inter } from '@next/font/google';
|
||||
import 'styles/global.css';
|
||||
import { ThemeProvider, CssBaseline } from '@mui/material';
|
||||
import { getTheme } from '@ente/shared/themes';
|
||||
import { THEME_COLOR } from '@ente/shared/themes/constants';
|
||||
import { APPS } from '@ente/shared/apps/constants';
|
||||
|
||||
const inter = Inter({ subsets: ['latin'], display: 'swap' });
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<ThemeProvider theme={getTheme(THEME_COLOR.DARK, APPS.PHOTOS)}>
|
||||
<CssBaseline enableColorScheme />
|
||||
|
||||
<main
|
||||
className={inter.className}
|
||||
style={{
|
||||
display: 'contents',
|
||||
}}>
|
||||
|
|
|
@ -390,11 +390,6 @@
|
|||
dependencies:
|
||||
glob "7.1.7"
|
||||
|
||||
"@next/font@^14.0.4":
|
||||
version "14.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/font/-/font-14.0.4.tgz#2df271479fa967d49c8ca8c1ca9db1506f8fe585"
|
||||
integrity sha512-anSlBJxaSlJ2S1mhfN/zddg8RsWvUCS6vMn9Sqjem3EukD6Z44lsj1lwXFdifUgwsJvw5Uf8MKupksAfRmDbeQ==
|
||||
|
||||
"@next/swc-android-arm-eabi@13.1.3":
|
||||
version "13.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.1.3.tgz#f038b4e76af750b56b884997e902a6096ee367f3"
|
||||
|
|
Loading…
Add table
Reference in a new issue