Skip to content

Commit

Permalink
fix: corrige import
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriAtzler committed Sep 11, 2024
1 parent 2a18ade commit 89e7f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@continha/ui",
"version": "1.12.17",
"version": "1.12.18",
"private": false,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/table-builder/body/actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { LuMoreHorizontal } from "react-icons/lu";
import type { Action, Columns, Row } from "../types";
import { Dropdown } from "../../dropdown";
import { Button } from "../../button";
import { cn } from "src/lib/utils";
import { cn } from "../../../../lib/utils";

type ActionsProps<C extends Columns> = {
actions: Action<C>[];
Expand Down

0 comments on commit 89e7f82

Please sign in to comment.