Skip to content

Commit

Permalink
chore: remove @next/font again
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Mar 17, 2023
1 parent c253328 commit ff0ad2c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
]
},
"dependencies": {
"@next/font": "13.2.4",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Head from 'next/head';
import Image from 'next/image';
import { Inter } from '@next/font/google';
import { Inter } from 'next/font/google';
import styles from '@/styles/Home.module.css';

const inter = Inter({ subsets: ['latin'] });
Expand Down

1 comment on commit ff0ad2c

@vercel
Copy link

@vercel vercel bot commented on ff0ad2c Mar 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.