Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Jan 16, 2025
1 parent be82b21 commit da2f169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isObject, isString, storage } from '@guardian/libs';
import { useEffect } from 'react';
import { useIsSignedIn } from 'src/lib/useAuthStatus';
import { useIsSignedIn } from '../lib/useAuthStatus';

type ContainerStates = { [id: string]: string };

Expand Down

0 comments on commit da2f169

Please sign in to comment.