Skip to content

Commit

Permalink
🔥Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
dblaufuss committed Jan 13, 2024
1 parent becc50f commit afb01f0
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions themes/radial/components/gantt-chart.typ
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,4 @@
})
}
)
}

#gantt_chart(
date-interval: 1,
start: datetime(year: 2024, month: 1, day: 27),
end: datetime(year: 2024, month: 2, day: 3),
tasks: (
("Build Robot", (0,4)),
("Code Robot", (3,6)),
("Drive Robot", (5,7)),
("Destroy Robot", (7,8)),
),
goals: (
("Tournament", 4),
)
)
}

0 comments on commit afb01f0

Please sign in to comment.