From 5174ea85f8947aa1e6bbc487157f7af1c0cac3f5 Mon Sep 17 00:00:00 2001 From: macmoritz Date: Thu, 4 Jan 2024 07:47:08 +0100 Subject: [PATCH] fix: add TimePicker to reflex all_components --- reflex/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reflex/__init__.py b/reflex/__init__.py index 012bdf196..37ba9a426 100644 --- a/reflex/__init__.py +++ b/reflex/__init__.py @@ -215,6 +215,7 @@ _ALL_COMPONENTS = [ "Tfoot", "Th", "Thead", + "TimePicker", "Tooltip", "Tr", "UnorderedList",