Skip to content

Commit

Permalink
Merge pull request #39 from brunotot/hotfix-front-typeerror
Browse files Browse the repository at this point in the history
chore: hotfix
  • Loading branch information
brunotot authored Nov 26, 2024
2 parents d5f7b1d + 086e0fc commit 0426776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app-vite-react/src/app/components/Datatable/types.ts
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 0426776

Please sign in to comment.