Skip to content

Commit

Permalink
Staging deploy build fails: fix lint error (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
leomanza authored Nov 28, 2024
1 parent d3761bf commit 4312524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PropsWithChildren } from 'react';

import { Metadata } from 'next';
import { IBM_Plex_Mono, IBM_Plex_Sans } from 'next/font/google';
import { IBM_Plex_Sans } from 'next/font/google';

import { siteConfig } from 'common/config';
import { cn } from 'common/utils';
Expand Down

0 comments on commit 4312524

Please sign in to comment.