refactor(ui): clean code

This commit is contained in:
Fu Diwei
2024-12-09 17:48:44 +08:00
parent 588e89e8fe
commit 07a443f6c4
19 changed files with 57 additions and 88 deletions

View File

@@ -4,7 +4,7 @@ import { CopyToClipboard } from "react-copy-to-clipboard";
import { Clipboard as ClipboardIcon } from "lucide-react";
import { type Certificate } from "@/domain/certificate";
import { saveFiles2Zip } from "@/lib/file";
import { saveFiles2Zip } from "@/utils/file";
type CertificateDetailProps = {
data: Certificate;