diff --git a/apps/app-vite-react/src/app/components/Datatable/types.ts b/apps/app-vite-react/src/app/components/Datatable/types.ts index 9cd7c717..6ad7b166 100644 --- a/apps/app-vite-react/src/app/components/Datatable/types.ts +++ b/apps/app-vite-react/src/app/components/Datatable/types.ts @@ -1,4 +1,4 @@ -import type { PaginationOptions } from "@org/lib-api-client"; +import type { PaginationOptions } from "@org/lib-commons"; import type { ReactNode } from "react"; export type DtBaseColumnConfig = {