about summary refs log tree commit diff
path: root/src/state/shell/minimal-mode.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/shell/minimal-mode.tsx')
-rw-r--r--src/state/shell/minimal-mode.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/state/shell/minimal-mode.tsx b/src/state/shell/minimal-mode.tsx
index 6e608daf4..69ce13062 100644
--- a/src/state/shell/minimal-mode.tsx
+++ b/src/state/shell/minimal-mode.tsx
@@ -1,5 +1,10 @@
 import React from 'react'
-import {cancelAnimation, SharedValue, useSharedValue, withSpring} from 'react-native-reanimated'
+import {
+  cancelAnimation,
+  SharedValue,
+  useSharedValue,
+  withSpring,
+} from 'react-native-reanimated'
 
 type StateContext = SharedValue<number>
 type SetContext = (v: boolean) => void