import { PropsWithChildren } from 'react'; import styles from './InnerDatatable.module.css'; export function InnerDatatable({ children }: PropsWithChildren) { return
{children}
; }