import type { NextPage } from 'next'; import { MainLayout } from '../layout/MainLayout'; import { Toolbar } from '../../components/Toolbar'; import Table from '../../components/table/Table'; const clientePage: NextPage = () => { return ( <> ) } export default clientePage