Skip to content

Commit

Permalink
fix: deprecated font import
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed Mar 27, 2024
1 parent b301188 commit 17582b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pianno/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Metadata } from 'next';

import { Toaster } from '@/components/ui/sonner';
import { StoreProvider } from '@/providers/store';
import { GeistSans } from 'geist/font';
import { GeistSans } from 'geist/font/sans';

import './globals.css';

Expand Down

0 comments on commit 17582b8

Please sign in to comment.