import { defineStore } from "pinia"; // store export const useDevelopmentDataStore = defineStore("developmentDataStore", () => { return {}; });