Skip to content

Commit

Permalink
Fix import in demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 28, 2024
1 parent ca923f7 commit 420f0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/demo/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from textual.demo2.demo_app import DemoApp
from textual.demo.demo_app import DemoApp

if __name__ == "__main__":
app = DemoApp()
Expand Down

0 comments on commit 420f0c0

Please sign in to comment.