Skip to content

Commit

Permalink
fix: resolved production failing
Browse files Browse the repository at this point in the history
  • Loading branch information
sboy99 committed Mar 25, 2023
1 parent c6ad7e0 commit bf68ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import HeaderProvider from '@/context/HeaderContext';
import ThemeProvider from '@/context/ThemeContext';
import useProgressBar from '@/hooks/useProgressBar';
import '@/styles/globals.css';
import { Fira_Code, Inter } from '@next/font/google';
import type { AppProps } from 'next/app';
import { Fira_Code, Inter } from 'next/font/google';

const inter = Inter({
display: 'block',
Expand Down

1 comment on commit bf68ea6

@vercel
Copy link

@vercel vercel bot commented on bf68ea6 Mar 25, 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.