TanStackT
TanStack8mo ago
1 reply
endless-jade

Error - Cannot find module '@/styles/app.css?url'

Hi, I have a question.
This file exists at this path:

import appCss from "@/styles/app.css?url"


and the style is applied correctly.
But I'm getting this error:

Cannot find module '@/styles/app.css?url' or its corresponding type declarations.ts(2307)


How can I fix this error?

Thanks.
Was this page helpful?