Revert basic.py back to previous state

This commit is contained in:
Darren Burns
2022-01-20 17:16:26 +00:00
parent c59dff5c15
commit 8406718cf3

View File

@@ -13,10 +13,10 @@ class BasicApp(App):
def on_mount(self):
"""Build layout here."""
self.mount(
sidebar=Widget(),
header=Widget(),
content=Widget(),
footer=Widget(),
sidebar=Widget(),
)