change folder structure

This commit is contained in:
Julian Krauser 2025-02-15 11:08:09 +01:00
parent 662f36b3e2
commit 1d2e113c4b
140 changed files with 400 additions and 323 deletions

View file

@ -1,4 +1,4 @@
import { useBackupStore } from "../stores/admin/user/backup";
import { useBackupStore } from "../stores/admin/management/backup";
export async function setBackupPage(to: any, from: any, next: any) {
const backup = useBackupStore();