We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c250dd commit 18e403fCopy full SHA for 18e403f
website/pages/_app.tsx
@@ -2,7 +2,6 @@ import type { AppProps } from 'next/app';
2
import { Roboto_Flex, Roboto_Mono } from 'next/font/google';
3
4
import '../css/globals.css';
5
-console.log('hi');
6
7
const robotoFlex = Roboto_Flex({
8
subsets: ['latin'],
0 commit comments