I was going through the process of cloning the project and installing the packages, but when I started the NextJS server, it gave me the following series of errors:
⨯ ./app/page.tsx:6:1
Module not found: Can't resolve './lib/api'
which hints at the module's absence in the app/page.tsx file
I was going through the process of cloning the project and installing the packages, but when I started the NextJS server, it gave me the following series of errors:
⨯ ./app/page.tsx:6:1
Module not found: Can't resolve './lib/api'
which hints at the module's absence in the app/page.tsx file