Skip to content

Commit 0f7b731

Browse files
committed
rename demo file
1 parent 7923fe8 commit 0f7b731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/serve/panels-demo/my_viewer_ext/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
# from .my_panel_2 import panel as my_panel_2
55

6-
from .my_panel_4 import panel as my_panel_4
6+
from .my_panel_3 import panel as my_panel_3
77

88
ext = Extension(__name__)
99
ext.add(my_panel_1)
1010
# ext.add(my_panel_2)
1111

12-
ext.add(my_panel_4)
12+
ext.add(my_panel_3)

0 commit comments

Comments
 (0)