mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
28468e134c
Remove react-bootstrap 0.33.1 GitOrigin-RevId: c320a6b18c576afdc0fd49559915d3d2f3a7a1ef
8 lines
182 B
TypeScript
8 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
|