From 086e0fc4a588fc4f38f8f7912624bb3e40d3d9fd Mon Sep 17 00:00:00 2001 From: Bruno Tot Date: Tue, 26 Nov 2024 16:32:35 +0100 Subject: [PATCH] chore: hotfix --- apps/app-vite-react/src/app/components/Datatable/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {