feat : update project

This commit is contained in:
lukman
2024-08-22 15:22:29 +08:00
parent 0c2694e9dc
commit 7c78d97427
26 changed files with 1526 additions and 131 deletions

View File

@@ -1,3 +1,14 @@
import { hookstate } from "@hookstate/core";
export const globalRefreshProject = hookstate<boolean>(false)
export const globalRefreshProject = hookstate<boolean>(false)
export const valStatusDetailProject = [
{
name: "Belum Dikerjakan",
value: 0
},
{
name: "Selesai",
value: 1
}
]