https://nextjs.org/docs/messages/module-not-found ⨯ ./app/layout.tsx:3:0 Module not found: Can't resolve './globals.css' 1 | import type { Metadata } from "next"; 2 | import { Inter } from "next/font/google"; > 3 | import "./globals.css";
https://nextjs.org/docs/messages/module-not-found
⨯ ./app/layout.tsx:3:0
Module not found: Can't resolve './globals.css'
1 | import type { Metadata } from "next";
2 | import { Inter } from "next/font/google";