Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Mar 10, 2024
1 parent 6a40f0a commit 8628bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[lang]/poem/[id]/components/copy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { type Poem, type Author } from "@prisma/client";
import { ClipboardIcon } from "lucide-react";
import { useState } from "react";
import { Button } from "~/components/ui/button";
import { Locale } from "~/dictionaries";
import { type Locale } from "~/dictionaries";
import { MyHost, cn } from "~/utils";

interface Props {
Expand Down

0 comments on commit 8628bcc

Please sign in to comment.