refactor: delete unused search space hooks and update exports

This commit is contained in:
CREDO23 2025-12-12 09:20:52 +00:00
parent 291bb0369a
commit ae1cd09013
3 changed files with 0 additions and 137 deletions

View file

@ -1,5 +1,4 @@
export * from "./use-logs";
export * from "./use-rbac";
export * from "./use-search-source-connectors";
export * from "./use-search-space";
export * from "./use-user";