added layout elements

This commit is contained in:
Brian Bjarke Jensen
2024-02-23 22:59:44 +01:00
parent 6c3e772517
commit e5344e6519
9 changed files with 229 additions and 147 deletions
+6
View File
@@ -0,0 +1,6 @@
from dash import html, dcc
stores_element = html.Div([
dcc.Store(id='visual-communication-name', storage_type='session'),
])