8 lines
240 B
TypeScript
8 lines
240 B
TypeScript
import { PublicDashboardListTable } from './components/PublicDashboardListTable/PublicDashboardListTable';
|
|
|
|
export const ListPublicDashboardPage = ({}) => {
|
|
return <PublicDashboardListTable />;
|
|
};
|
|
|
|
export default ListPublicDashboardPage;
|