feat : update project
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user