hrms-user/src/modules/07_appealComplain/store.ts

6 lines
136 B
TypeScript
Raw Normal View History

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