Skip to content

Commit

Permalink
change init
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Jul 5, 2024
1 parent e672ece commit 659a58e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion plugins/ui/src/deephaven/ui/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from .basic import (
component_element,
icon_wrapper,
form,
switch,
tabs,
tab_list,
Expand Down
8 changes: 0 additions & 8 deletions plugins/ui/src/deephaven/ui/components/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ def icon_wrapper(*children, **props):
return component_element("Icon", *children, **props)


def form(*children, **props):
"""
Python implementation for the Adobe React Spectrum Form component.
https://react-spectrum.adobe.com/react-spectrum/Form.html
"""
return component_element("Form", *children, **props)


def switch(*children, **props):
"""
Python implementation for the Adobe React Spectrum Switch component.
Expand Down

0 comments on commit 659a58e

Please sign in to comment.