Open qtwaiter opened 12 months ago
Server Error Error: Module not found: Can't resolve '@/styles/globals.css'
1 | import '@/styles/globals.css' 2 | import type { AppProps } from 'next/app' 3 | 4 | export default function App({ Component, pageProps }: AppProps) {
https://nextjs.org/docs/messages/module-not-found
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Server Error Error: Module not found: Can't resolve '@/styles/globals.css'
https://nextjs.org/docs/messages/module-not-found
This error happened while generating the page. Any console logs will be displayed in the terminal window.