Skip to content

Commit

Permalink
fix: component ui badge 사용 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
WooWan authored Aug 3, 2024
1 parent 396d1a6 commit fb4e12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/editor/elements/text.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"use client";
import { Badge, Trash } from "lucide-react";
import { Trash } from "lucide-react";
import React from "react";
import { useEditor } from "~/components/editor/provider";
import type { EditorElement } from "~/components/editor/type";
import { Badge } from "~/components/ui/badge";
import { cn } from "~/lib/utils";

type Props = {
Expand Down

0 comments on commit fb4e12d

Please sign in to comment.