fix: admin app redirections
This commit is contained in:
parent
243680132e
commit
40560109b5
39 changed files with 99 additions and 91 deletions
|
|
@ -1,6 +0,0 @@
|
|||
export * from "./use-outside-click-detector";
|
||||
|
||||
// store-hooks
|
||||
export * from "./store/use-theme";
|
||||
export * from "./store/use-instance";
|
||||
export * from "./store/use-user";
|
||||
3
admin/hooks/store/index.ts
Normal file
3
admin/hooks/store/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export * from "./use-theme";
|
||||
export * from "./use-instance";
|
||||
export * from "./use-user";
|
||||
Loading…
Add table
Add a link
Reference in a new issue