Server 컴포넌트에서는 꼭 각각 개별 import 필요

import { Button } from '@nextui-org/react'; // wrong
import { Button } from '@nextui-org/button'; // good