diff options
author | Chenyu Huang <itschenyu@gmail.com> | 2025-08-21 11:49:08 -0700 |
---|---|---|
committer | Chenyu Huang <itschenyu@gmail.com> | 2025-08-21 11:49:08 -0700 |
commit | 962654041c9de253dfd66beb98be655acc655a08 (patch) | |
tree | 5692f9aa3627d86a6f8caeea4120f93308b8b7ca /src/components/StarterPack/Wizard/WizardEditListDialog.tsx | |
parent | 0474a3b6f7706d9881f8f7544be343459ecc4035 (diff) | |
download | voidsky-962654041c9de253dfd66beb98be655acc655a08.tar.zst |
fix linting, minor ui tweaks
Diffstat (limited to 'src/components/StarterPack/Wizard/WizardEditListDialog.tsx')
-rw-r--r-- | src/components/StarterPack/Wizard/WizardEditListDialog.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx index 7c3d1a40a..7dfde900f 100644 --- a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx +++ b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx @@ -11,7 +11,6 @@ import {useLingui} from '@lingui/react' import {useInitialNumToRender} from '#/lib/hooks/useInitialNumToRender' import {isWeb} from '#/platform/detection' -import {useSession} from '#/state/session' import {type ListMethods} from '#/view/com/util/List' import { type WizardAction, |