diff options
Diffstat (limited to 'src/state/shell/selected-feed.tsx')
-rw-r--r-- | src/state/shell/selected-feed.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/state/shell/selected-feed.tsx b/src/state/shell/selected-feed.tsx index a05d8661b..8a6e82636 100644 --- a/src/state/shell/selected-feed.tsx +++ b/src/state/shell/selected-feed.tsx @@ -1,6 +1,7 @@ import React from 'react' -import * as persisted from '#/state/persisted' + import {isWeb} from '#/platform/detection' +import * as persisted from '#/state/persisted' type StateContext = string type SetContext = (v: string) => void |