Remove frontend

This commit is contained in:
Sam
2024-12-31 15:03:19 +10:00
parent 9a131c8569
commit d69622760d
85 changed files with 0 additions and 15596 deletions
-10
View File
@@ -1,10 +0,0 @@
import { ClipboardCheck } from "lucide-react";
import { toast } from "sonner";
export default function handleCopy(type: string, value: string) {
navigator.clipboard.writeText(value);
toast.success(`copied ${type} to clipboard`, {
icon: <ClipboardCheck className="h-4 w-4" />,
});
}