▲ Next.js 13.5.6
- Local: http://localhost:3000
✓ Ready in 3.2s
○ Compiling /page ...
⨯ ./components/layout/Version.tsx:8:0
Module not found: Can't resolve 'utils/version'
6 | import { toast } from 'react-hot-toast';
7 | import { RiGitBranchFill } from 'react-icons/ri';
> 8 | import { version } from 'utils/version';
9 |
10 | const RELEASE_URL = `https://github.com/nekusu/apetype/releases/tag/v${version}`;
11 |
this is the Error pops once app about to start