Skip to content

Commit

Permalink
fix: fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kinxlo committed Jul 30, 2024
1 parent 061952d commit ac6ddad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { BellRing } from "lucide-react";
import { FC } from "react";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { EllipsisVertical, Eye, Redo, Undo } from "lucide-react";

import { Button } from "~/components/common/common-button";
Expand Down

0 comments on commit ac6ddad

Please sign in to comment.