initial feature/react-migration commit
This commit is contained in:
5
dashboard-dash-backup/pages/test.py
Normal file
5
dashboard-dash-backup/pages/test.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import dash
|
||||
from dash import html
|
||||
|
||||
dash.register_page(__name__, path="/test", name="Testseite")
|
||||
layout = html.Div("Testseite funktioniert!")
|
||||
Reference in New Issue
Block a user