import {defineStore} from "pinia"; export const useSystemStore = defineStore("SystemStore", () => { return { } });