bulletproof-react icon indicating copy to clipboard operation
bulletproof-react copied to clipboard

Unable to resolve path to module

Open tantan39 opened this issue 7 months ago • 0 comments
trafficstars

I'm getting the import reference issue on a bunch of files as you can see below. Please let me know if anyone has any idea about how to fix it. Thanks!!!

import { AuthLayout } from '@/components/layouts/auth-layout'; import { paths } from '@/config/paths'; import { LoginForm } from '@/features/auth/components/login-form';

Unable to resolve path to module '@/components/layouts/auth-layout' Unable to resolve path to module '@/config/paths' Unable to resolve path to module '@/features/auth/components/login-form'

tantan39 avatar Mar 23 '25 01:03 tantan39