Files
ai-agent/web/components/dashboard/crud/index.ts
T
mlogclub fe480ff131 feat: refactor quick replies page to use DashboardCrudPage component
- Removed redundant state management and effects from DashboardQuickRepliesPage.
- Integrated DashboardCrudPage for handling CRUD operations and filtering.
- Created a new DashboardCrudPage component to encapsulate common CRUD logic.
- Added utility functions for building and normalizing dashboard CRUD queries.
- Implemented tests for the new utility functions to ensure correctness.
2026-05-28 08:39:14 +08:00

6 lines
158 B
TypeScript

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