Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Apr 1, 2024
1 parent 8a4c82f commit 3ed8965
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/ui/src/deephaven/ui/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from .section import section
from .item import item
from .list_view import list_view
from .list_action_group import list_action_group
from .list_action_menu import list_action_menu

from . import html

Expand All @@ -36,6 +38,8 @@
"item",
"illustrated_message",
"list_view",
"list_action_group",
"list_action_menu",
"html",
"number_field",
"panel",
Expand Down

0 comments on commit 3ed8965

Please sign in to comment.