แก้ไขอุทธรณ์ร้องทุกข์

This commit is contained in:
Warunee Tamkoo 2023-12-13 18:06:21 +07:00
parent 27f564588c
commit 7777b27cda
7 changed files with 45 additions and 33 deletions

View file

@ -0,0 +1,5 @@
import { defineStore } from "pinia";
export const useAppealComplainStore = defineStore("appealComplainStore", () => {
return {};
});