initial feature/react-migration commit
This commit is contained in:
13
dashboard-dash-backup/pages/settings.py
Normal file
13
dashboard-dash-backup/pages/settings.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# dashboard/pages/settings.py
|
||||
from dash import html
|
||||
import dash
|
||||
|
||||
dash.register_page(__name__, path="/settings", name="Einstellungen")
|
||||
|
||||
layout = html.Div(
|
||||
className="settings-page",
|
||||
children=[
|
||||
html.H3("Allgemeine Einstellungen"),
|
||||
# Formularfelder / Tabs für globale Optionen
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user