diff options
Diffstat (limited to 'web/src/hooks/State.ts')
| -rw-r--r-- | web/src/hooks/State.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/hooks/State.ts b/web/src/hooks/State.ts index c33a6cf7b..f3c16e8b9 100644 --- a/web/src/hooks/State.ts +++ b/web/src/hooks/State.ts @@ -3,4 +3,4 @@ import { useRemoteCall } from "./RemoteCall"; export function useAutheliaState() { return useRemoteCall(getState, []); -}
\ No newline at end of file +} |
