mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-31 02:00:07 +02:00
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
import Table from '@/features/ui/components/bootstrap-5/table'
|
|
|
|
function OLTable(props: React.ComponentProps<typeof Table>) {
|
|
return <Table {...props} />
|
|
}
|
|
|
|
export default OLTable
|