Remove old mock recentProjects array
cgen-54ee26a48a544e2aa68ed1b8ff2999ac
This commit is contained in:
parent
c361df1ba0
commit
18539850fa
1 changed files with 0 additions and 26 deletions
|
|
@ -159,32 +159,6 @@ export default function Dashboard() {
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const recentProjects = [
|
|
||||||
{
|
|
||||||
name: "Neural Network AI",
|
|
||||||
progress: 75,
|
|
||||||
status: "In Progress",
|
|
||||||
dueDate: "Dec 15",
|
|
||||||
team: 4,
|
|
||||||
priority: "High",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blockchain Integration",
|
|
||||||
progress: 60,
|
|
||||||
status: "Development",
|
|
||||||
dueDate: "Dec 20",
|
|
||||||
team: 3,
|
|
||||||
priority: "Medium",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Cloud Infrastructure",
|
|
||||||
progress: 90,
|
|
||||||
status: "Testing",
|
|
||||||
dueDate: "Dec 10",
|
|
||||||
team: 6,
|
|
||||||
priority: "High",
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
const quickActions = [
|
const quickActions = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue