Skip to content

Commit

Permalink
chore: Update import paths for CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
keyskull committed Jul 3, 2024
1 parent 6f7cab3 commit 123780d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx → app/(root)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import './globals.css';
import '../globals.css';
import { Analytics } from '@vercel/analytics/react';
import { SessionProvider } from 'next-auth/react';
import { SpeedInsights } from "@vercel/speed-insights/next"
Expand Down
2 changes: 1 addition & 1 deletion app/dashboard/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '../(root)/globals.css';
import '../globals.css';
export const metadata = {
title: 'Next.js',
description: 'Generated by Next.js',
Expand Down

0 comments on commit 123780d

Please sign in to comment.