mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: update import prefix with alias (#1433)
This commit is contained in:
5
web/src/hooks/index.ts
Normal file
5
web/src/hooks/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export * from "./useDebounce";
|
||||
export * from "./useListStyle";
|
||||
export * from "./useLoading";
|
||||
export * from "./useTimeoutFn";
|
||||
export * from "./useToggle";
|
Reference in New Issue
Block a user