Files
ai-agent/web/components/dashboard/crud/index.ts
T

6 lines
158 B
TypeScript
Raw Normal View History

export { DashboardCrudPage } from "./dashboard-crud-page"
export type {
DashboardCrudPageResult,
DashboardCrudQueryValue,
} from "./dashboard-crud-utils"