dashpresshq/dashpress

View on GitHub
src/pages/admin/[entity]/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { EntityTable } from "@/frontend/views/data/Table";

export { getServerSideProps } from "translations/utils";

export default EntityTable;