| 8 | import {arrayMove} from '@dnd-kit/sortable'; |
| 9 | |
| 10 | export class AppStore extends BaseStore<IApplication> { |
| 11 | public onDelete: () => void = () => {}; |
| 12 | |
| 13 | public constructor(private readonly snack: SnackReporter) { |
nothing calls this directly
no outgoing calls
no test coverage detected