Skip to content

Commit

Permalink
update globals.css path
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 26, 2023
1 parent dce52a4 commit de46369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Footer from '@/components/Footer'
import Header from '@/components/Header'
import '@/globals.css'
import type {Metadata, Viewport} from 'next'
import './globals.css'

/**
* Setup metadata.
Expand Down

1 comment on commit de46369

@vercel
Copy link

@vercel vercel bot commented on de46369 Nov 26, 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.