about summary refs log tree commit diff
path: root/src/components/Lists.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-12 22:02:28 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-12 22:02:28 +0000
commit1512b5cf68e9e92801a894392569b444fd6af1d1 (patch)
treef756f3a4405127839e6f31ee46945e0b2cfe954f /src/components/Lists.tsx
parenta3c09f9f862a4b4abe43cbb6d1042369fb1e14ba (diff)
downloadvoidsky-1512b5cf68e9e92801a894392569b444fd6af1d1.tar.zst
run linter
Diffstat (limited to 'src/components/Lists.tsx')
-rw-r--r--src/components/Lists.tsx13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/components/Lists.tsx b/src/components/Lists.tsx
index bb0d24797..38bcf8577 100644
--- a/src/components/Lists.tsx
+++ b/src/components/Lists.tsx
@@ -1,15 +1,16 @@
+import {Trans} from '@lingui/macro'
+import {StackActions} from '@react-navigation/native'
+import {useNavigationDeduped} from 'lib/hooks/useNavigationDeduped'
+import {cleanError} from 'lib/strings/errors'
 import React from 'react'
-import {atoms as a, useBreakpoints, useTheme} from '#/alf'
 import {View} from 'react-native'
 import {CenteredView} from 'view/com/util/Views'
-import {Loader} from '#/components/Loader'
-import {Trans} from '@lingui/macro'
-import {cleanError} from 'lib/strings/errors'
+
+import {atoms as a, useBreakpoints, useTheme} from '#/alf'
 import {Button} from '#/components/Button'
+import {Loader} from '#/components/Loader'
 import {Text} from '#/components/Typography'
-import {StackActions} from '@react-navigation/native'
 import {router} from '#/routes'
-import {useNavigationDeduped} from 'lib/hooks/useNavigationDeduped'
 
 export function ListFooter({
   isFetching,