import DataTable from '../components/DataTable' export default function PositionPage() { return ( <main> <DataTable /> </main> ) }