fe480ff131
- 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.
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
export { DashboardCrudPage } from "./dashboard-crud-page"
|
|
export type {
|
|
DashboardCrudPageResult,
|
|
DashboardCrudQueryValue,
|
|
} from "./dashboard-crud-utils"
|