import { Table as ChakraTable } from "@chakra-ui/react" export const Table = (props: ChakraTable.RootProps) => { return ( ) }