From 23c4a43826fd10086e1b0735e44e5f2e47a5cbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 5 Apr 2024 15:35:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ui):=E4=BF=AE=E6=AD=A3=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0=E6=A0=BC=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- license_ui/src/components/LicenseCode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license_ui/src/components/LicenseCode.tsx b/license_ui/src/components/LicenseCode.tsx index 169cd72..cac2f70 100644 --- a/license_ui/src/components/LicenseCode.tsx +++ b/license_ui/src/components/LicenseCode.tsx @@ -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";