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-13 01:55:14 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-13 01:55:14 +0000
commit125ef1c75610c7add79f6a917bfa058f9265d5d4 (patch)
tree727ff0713592fc550e77db10ad020b852100eb3e /src/components/Lists.tsx
parent1512b5cf68e9e92801a894392569b444fd6af1d1 (diff)
downloadvoidsky-125ef1c75610c7add79f6a917bfa058f9265d5d4.tar.zst
Revert "run linter"
This reverts commit 1512b5cf68e9e92801a894392569b444fd6af1d1.
Diffstat (limited to 'src/components/Lists.tsx')
-rw-r--r--src/components/Lists.tsx13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/components/Lists.tsx b/src/components/Lists.tsx
index 38bcf8577..bb0d24797 100644
--- a/src/components/Lists.tsx
+++ b/src/components/Lists.tsx
@@ -1,16 +1,15 @@
-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 {atoms as a, useBreakpoints, useTheme} from '#/alf'
-import {Button} from '#/components/Button'
 import {Loader} from '#/components/Loader'
+import {Trans} from '@lingui/macro'
+import {cleanError} from 'lib/strings/errors'
+import {Button} from '#/components/Button'
 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,