refactor(ui):修改文件名称形式。
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| import { useProducts } from "@/hooks/use-products"; | ||||
| import { useProductsStore } from "@/hooks/use-products-store"; | ||||
| import { useProducts } from "@/hooks/use_products"; | ||||
| import { useProductsStore } from "@/hooks/use_products_store"; | ||||
| import { ActionIcon, Box, Flex, Paper, Text, TextInput, Title, Tooltip } from "@mantine/core"; | ||||
| import { IconDeselect, IconListCheck, IconSearch, IconX } from "@tabler/icons-react"; | ||||
| import { isEmpty, not } from "ramda"; | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| import { useEffect } from "react"; | ||||
| import { useProductsStore } from "./use-products-store"; | ||||
| import { useProductsStore } from "./use_products_store"; | ||||
| 
 | ||||
| type ProductSearchKeyword = string | undefined | null; | ||||
| 
 | ||||
		Reference in New Issue
	
	Block a user