Mercurial > code > home > repos > front-door-display
diff src/main.ts @ 16:719c8cc4d8b2
electricity report
author | drewp@bigasterisk.com |
---|---|
date | Thu, 06 Jun 2024 17:52:46 -0700 |
parents | 20d1fa4250c0 |
children |
line wrap: on
line diff
--- a/src/main.ts Thu Jun 06 17:52:28 2024 -0700 +++ b/src/main.ts Thu Jun 06 17:52:46 2024 -0700 @@ -1,4 +1,5 @@ export { FdClock } from "./FdClock"; export { FdCountdown } from "./FdCountdown"; +export { FdElectricity } from "./FdElectricity"; export { UpcomingEvents } from "./UpcomingEvents"; export { WeekGuide } from "./WeekGuide";