Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
minseong0324 committed Jan 4, 2025
1 parent f9590f0 commit 87ec54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Metadata } from 'next';
import localFont from 'next/font/local';
import './globals.css';
import '@repo/ui/styles';
//import '@repo/ui/styles';
import '@repo/theme/styles';

const geistSans = localFont({
Expand Down

0 comments on commit 87ec54f

Please sign in to comment.