upd: task

Deskripsi:
- list task
- create task

No Issues
This commit is contained in:
amel
2024-08-15 17:26:55 +08:00
parent 1634623e80
commit 47d9df1acb
18 changed files with 775 additions and 43 deletions

View File

@@ -0,0 +1,4 @@
import { hookstate } from "@hookstate/core";
import { IFormMemberTask } from "./type_task";
export const globalMemberTask = hookstate<IFormMemberTask[]>([]);