- run by vite

- change camera
This commit is contained in:
Warunee Tamkoo 2023-11-14 17:47:43 +07:00
parent 782fa7f59f
commit 85d163fb64
57 changed files with 1494 additions and 1375 deletions

View file

@ -1,7 +1,7 @@
interface FormRef {
model: object | null;
useLocation: object | null;
[key: string]: any;
}
export type { FormRef };
interface FormRef {
model: object | null
useLocation: object | null
[key: string]: any
}
export type { FormRef }