deleted that doing manually

This commit is contained in:
Death916 2025-04-21 03:34:40 -07:00
parent 92ed012c4d
commit aba3a7b641
5 changed files with 90 additions and 170 deletions

5
rxconfig.py Normal file
View file

@ -0,0 +1,5 @@
import reflex as rx
config = rx.Config(
app_name="deathclock",
)