bulletproof-react
bulletproof-react copied to clipboard
Unable to resolve path to module
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'