Changed some imports

This commit is contained in:
Zhenya Goroh
2024-09-29 00:26:45 +03:00
parent bc77f2427e
commit 181b99f815
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
import * as React from "react";
import { Button } from "@/components/ui/button";
import { Button } from "./button";
import { CopyIcon } from "@radix-ui/react-icons";
import { useClipboard } from "@/lib/hooks";