Browse Source

fix: make time_component available in reflex namespace

macmoritz 1 year ago
parent
commit
ce4b0112da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      reflex/components/chakra/__init__.py

+ 1 - 0
reflex/components/chakra/__init__.py

@@ -196,6 +196,7 @@ text_area = TextArea.create
 tfoot = Tfoot.create
 th = Th.create
 thead = Thead.create
+time_picker = TimePicker.create
 tooltip = Tooltip.create
 tr = Tr.create
 unordered_list = UnorderedList.create