mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
refactor: move from next js to vite and tanstack router
This commit is contained in:
4
apps/ui/src/components/views/setup-view/hooks/index.ts
Normal file
4
apps/ui/src/components/views/setup-view/hooks/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Re-export all hooks for easier imports
|
||||
export { useCliStatus } from "./use-cli-status";
|
||||
export { useCliInstallation } from "./use-cli-installation";
|
||||
export { useTokenSave } from "./use-token-save";
|
||||
Reference in New Issue
Block a user