Hi, i want to start my project with next-ui v2.
I tried to complete the installation process and use the components, but there was a problem.
Cannot find module '@nextui-org/button' or its corresponding type declarations. ts(2307)
import { Button } from '@nextui-org/button';
export default function Page() {
return (
<div>
<Button>Click me</Button>
</div>
);
}
heres the code.
I used next.js 13.
When running pnpm dev it runs without any problems, but it keeps appearing as a problem on vscode.
please help me...
In addition, please understand if this article is difficult to read because it is written in a translator.