fix: composible error

This commit is contained in:
Ramesh Mane
2026-02-20 10:35:31 +00:00
parent f88c209bc8
commit da8eb54d1e
4 changed files with 0 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
<script lang="ts" setup>
import Sortable, { type SortableEvent } from 'sortablejs'
import { useBaseActionsOrThrow } from './useBaseActions'
type SectionType = 'starred' | 'private' | 'owned' | 'managed' | 'default'