Reorder bits in the app backup page

This commit is contained in:
Johannes Zellner
2025-04-28 17:06:31 +02:00
parent 6e06e05f12
commit 39d631b056
2 changed files with 35 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<script setup>
import { ref, useTemplateRef } from 'vue';
import { Dialog, FormGroup, SingleSelect, TextInput } from 'pankow';
import { Dialog, FormGroup, SingleSelect } from 'pankow';
import { prettyDate } from 'pankow/utils';
import { ISTATES } from '../constants.js';
import { taskNameFromInstallationState } from '../utils.js';