Component for PCBs, many visual tweaks, finished dechorionator content, added many many photos, started work on mars rover software lead, timeline to luxon and automatic date-based ordering
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { DateTime } from "luxon";
|
||||
|
||||
export interface timelineEntry {
|
||||
event: string;
|
||||
eventDetail?: string;
|
||||
date: string;
|
||||
date: DateTime;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user