6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
|
|
export { DashboardCrudPage } from "./dashboard-crud-page"
|
||
|
|
export type {
|
||
|
|
DashboardCrudPageResult,
|
||
|
|
DashboardCrudQueryValue,
|
||
|
|
} from "./dashboard-crud-utils"
|