We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916711a commit b6c9780Copy full SHA for b6c9780
next12/app/layout.tsx
@@ -1,6 +1,6 @@
1
import './globals.css'
2
import Navbar from './components/Navbar'
3
-import { Metadata } from 'next'
+import type { Metadata } from 'next'
4
5
6
export const metadata: Metadata = {
0 commit comments