Skip to content

Commit

Permalink
fix: import order in TypeScript Tailwind template
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Oct 3, 2023
1 parent ef440d4 commit 5e3c161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './globals.css'
import type { Metadata } from 'next'
import { Inter } from 'next/font/google'
import './globals.css'

const inter = Inter({ subsets: ['latin'] })

Expand Down

0 comments on commit 5e3c161

Please sign in to comment.