news and nfl

This commit is contained in:
death916 2025-11-08 04:25:30 -08:00
parent 2b09d76131
commit 7494282e40

View file

@ -449,6 +449,6 @@ app = rx.App(
app.add_page(
index,
title="DeathClock", # Example title
title="DeathClock",
on_load=State.start_background_tasks, # Trigger tasks when this page loads
)