test case page

This commit is contained in:
Takeshi Kimata
2024-02-24 22:45:48 +09:00
parent b09fef7b2c
commit 614e7e8d88
5 changed files with 130 additions and 34 deletions

View File

@@ -0,0 +1,8 @@
const priorities = [
{ name: "Critical", uid: "critical", color: "danger" },
{ name: "High", uid: "high", color: "warning" },
{ name: "Medium", uid: "medium", color: "primary" },
{ name: "Low", uid: "low", color: "success" },
];
export default priorities