Skip to content

Commit b6c9780

Browse files
committed
import changed to import type
1 parent 916711a commit b6c9780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next12/app/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import './globals.css'
22
import Navbar from './components/Navbar'
3-
import { Metadata } from 'next'
3+
import type { Metadata } from 'next'
44

55

66
export const metadata: Metadata = {

0 commit comments

Comments
 (0)