refactor(ui):修正文件名称格式。

This commit is contained in:
徐涛 2024-04-05 15:35:59 +08:00
parent 86033cca39
commit 23c4a43826

View File

@ -1,4 +1,4 @@
import { useLicenseCode } from "@/hooks/use-license-code";
import { useLicenseCode } from "@/hooks/use_license_code";
import { ActionIcon, Box, Flex, Group, Paper, Title, Tooltip } from "@mantine/core";
import { IconCopy } from "@tabler/icons-react";
import classes from "./LicenseCode.module.css";