feat: indicators
Some checks failed
Playwright Tests / test (push) Has been cancelled

This commit is contained in:
Loic Coenen
2025-10-31 14:29:46 +01:00
parent b2a5031056
commit 0ee7532a30
13 changed files with 278 additions and 48 deletions

View File

@@ -36,10 +36,10 @@ function App() {
<TrainSchedule {...{ state, dispatch }} />
</Pane>
<Pane>
<h1>News</h1>
<NewsWidget {...{ state, dispatch }} />
<h1>Weather</h1>
<WeatherWidget {...{ state, dispatch }} />
<h1>News</h1>
<NewsWidget {...{ state, dispatch }} />
</Pane>
</Container>
)