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