import { Table } from '@creo-team/buzz-ui/server' <Table columns={[{ key: 'name', header: 'Name' }]} rows={[{ id: 1, name: 'Buzz' }]} />