aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/IfLoggedIn/IfLoggedIn.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/IfLoggedIn/IfLoggedIn.tsx')
-rw-r--r--webui/src/components/IfLoggedIn/IfLoggedIn.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/IfLoggedIn/IfLoggedIn.tsx b/webui/src/components/IfLoggedIn/IfLoggedIn.tsx
index 2476aad8..ce120da1 100644
--- a/webui/src/components/IfLoggedIn/IfLoggedIn.tsx
+++ b/webui/src/components/IfLoggedIn/IfLoggedIn.tsx
@@ -1,6 +1,6 @@
import React from 'react';
-import { useCurrentIdentityQuery } from '../CurrentIdentity/CurrentIdentity.generated';
+import { useCurrentIdentityQuery } from '../Identity/CurrentIdentity.generated';
type Props = { children: () => React.ReactNode };
const IfLoggedIn = ({ children }: Props) => {