Skip to content

Commit 0b7693c

Browse files
committed
fixup! Implement widgets command
1 parent 03bba57 commit 0b7693c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual_dev/previews/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
WIDGETS = {
3737
"Button": button_example,
3838
"Checkbox": checkbox_example,
39-
"ContentSwitcher": content_switcher_example,
39+
# "ContentSwitcher": content_switcher_example,
4040
"DataTable": data_table_example,
4141
"DirectoryTree": directory_tree_example,
4242
"Footer": footer_example,

0 commit comments

Comments
 (0)