fix: running entry should be above start form

This commit is contained in:
Jacobtread 2026-04-09 23:57:46 +12:00
parent 971f5885f2
commit b516bdb962

View file

@ -75,8 +75,8 @@ export class TimesheetApp extends DomComponent {
);
this.addChild(counters);
this.addChild(startForm);
this.addChild(runningEntry);
this.addChild(startForm);
this.addChild(table);
this.addChild(exportActions);
}