diff options
Diffstat (limited to 'src/state/shell')
-rw-r--r-- | src/state/shell/logged-out.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/state/shell/logged-out.tsx b/src/state/shell/logged-out.tsx index dc78d03d5..66240f2c0 100644 --- a/src/state/shell/logged-out.tsx +++ b/src/state/shell/logged-out.tsx @@ -1,8 +1,8 @@ import React from 'react' -import {isWeb} from 'platform/detection' -import {useSession} from 'state/session' -import {useActiveStarterPack} from 'state/shell/starter-pack' +import {isWeb} from '#/platform/detection' +import {useSession} from '#/state/session' +import {useActiveStarterPack} from '#/state/shell/starter-pack' type State = { showLoggedOut: boolean |