annotate src/main.ts @ 21:a90cb6927c7d default tip

fix countdown queries. Display "now" instead of "In -0.4 hours"
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 17:47:36 -0700
parents 719c8cc4d8b2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
deb0c25655eb cleanup, add FdClock and Countdown
drewp@bigasterisk.com
parents: 1
diff changeset
1 export { FdClock } from "./FdClock";
15
20d1fa4250c0 refactor
drewp@bigasterisk.com
parents: 13
diff changeset
2 export { FdCountdown } from "./FdCountdown";
16
719c8cc4d8b2 electricity report
drewp@bigasterisk.com
parents: 15
diff changeset
3 export { FdElectricity } from "./FdElectricity";
15
20d1fa4250c0 refactor
drewp@bigasterisk.com
parents: 13
diff changeset
4 export { UpcomingEvents } from "./UpcomingEvents";
1
33178e5e356e old updates
drewp@bigasterisk.com
parents:
diff changeset
5 export { WeekGuide } from "./WeekGuide";