โมดูลการอุทธรณ์ร้องทุกข์
This commit is contained in:
parent
3148c63d26
commit
5259db0488
6 changed files with 493 additions and 4 deletions
5
src/modules/06_appealComplain/store.ts
Normal file
5
src/modules/06_appealComplain/store.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { defineStore } from "pinia";
|
||||
|
||||
export const useAppealComplainStore = defineStore("appealComplainStore", () => {
|
||||
return {};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue