diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx
index 16138e384c..3f453971c8 100644
--- a/src/view/com/pager/TabBar.tsx
+++ b/src/view/com/pager/TabBar.tsx
@@ -4,7 +4,6 @@ import {LayoutChangeEvent, ScrollView, StyleSheet, View} from 'react-native'
import {usePalette} from '#/lib/hooks/usePalette'
import {PressableWithHover} from '../util/PressableWithHover'
import {Text} from '../util/text/Text'
-import {DraggableScrollView} from './DraggableScrollView'
export interface TabBarProps {
testID?: string
@@ -72,7 +71,7 @@ export function TabBar({
testID={testID}
style={[pal.view, styles.outer]}
accessibilityRole="tablist">
-
)
})}
-
+
)