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