Skip to content

Commit

Permalink
[examples] Update Next.js examples to use built-in font (#36315)
Browse files Browse the repository at this point in the history
Signed-off-by: Eng Zer Jun <[email protected]>
  • Loading branch information
Juneezee authored Feb 27, 2023
1 parent 824984f commit 5cc1dc8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/material-next-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@next/font": "latest",
"next": "latest",
"react": "latest",
"react-dom": "latest"
Expand Down
2 changes: 1 addition & 1 deletion examples/material-next-ts/src/theme.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Roboto } from '@next/font/google';
import { Roboto } from 'next/font/google';
import { createTheme } from '@mui/material/styles';
import { red } from '@mui/material/colors';

Expand Down
1 change: 0 additions & 1 deletion examples/material-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@next/font": "latest",
"next": "latest",
"prop-types": "latest",
"react": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/material-next/src/theme.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Roboto } from '@next/font/google';
import { Roboto } from 'next/font/google';
import { createTheme } from '@mui/material/styles';
import { red } from '@mui/material/colors';

Expand Down

0 comments on commit 5cc1dc8

Please sign in to comment.