The error message says that some files are missing. Check to ensure you have
./components/ui/accordion.tsx
./components/ui/button.tsx
and have defined @/lib/utils
It's also a good idea to setup a Linter (EsLint comes by default in NextJS) which should highlight such errors before build time.