nftblackmagic / GptAssist-starter

170 stars 54 forks source link

Can't resolve '@/styles/globals.css' #5

Open qtwaiter opened 12 months ago

qtwaiter commented 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.