Sfoglia il codice sorgente

fix: make time_component available in reflex namespace

macmoritz 1 anno fa
parent
commit
ce4b0112da
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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