side navigator can now actually link to different places, it is now placed inside the Router
This commit is contained in:
parent
df4a259131
commit
258b19583e
11 changed files with 188 additions and 77 deletions
32
src/hooks/index.ts
Normal file
32
src/hooks/index.ts
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
// export {
|
||||
// useAuth,
|
||||
// useBackpackAPI,
|
||||
// useBilling,
|
||||
// useComponentAPI,
|
||||
// useComponentsWebsocket,
|
||||
// useComponentWebsocket,
|
||||
// useDeviceAPI,
|
||||
// useDeviceWebsocket,
|
||||
// useFirmwareAPI,
|
||||
// useGitlab,
|
||||
// useGroupAPI,
|
||||
// useHTTP,
|
||||
// useInteractionsAPI,
|
||||
// useMeasurementsWebsocket,
|
||||
// useMetricAPI,
|
||||
// useMineAPI,
|
||||
// usePermissionAPI,
|
||||
// usePreferenceAPI,
|
||||
// useSecurity,
|
||||
// useSnackbar,
|
||||
// useTagAPI,
|
||||
// useUsageAPI,
|
||||
// useUserAPI
|
||||
// } from "providers";
|
||||
// export * from "./useDebounce";
|
||||
// export * from "./useForceUpdate";
|
||||
// export * from "./useInterval";
|
||||
// export * from "./usePrevious";
|
||||
export * from "./useThemeType";
|
||||
export * from "./useWidth";
|
||||
// export * from "./useViewport";
|
||||
Loading…
Add table
Add a link
Reference in a new issue