Reactjs – Cannot find module '@/components/my-components' in React Next.js app
I am creating a React app using Next.js and app routing. I'd like to create a separate file to hold the custom components I am creating. I noticed this Vercel template app does this using a components/ directory and then…