Browse Source

Expose NoSSRComponent for downstream use (#1537)

Masen Furer 1 năm trước cách đây
mục cha
commit
1d0a34a3f5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      reflex/components/__init__.py

+ 1 - 0
reflex/components/__init__.py

@@ -3,6 +3,7 @@ from __future__ import annotations
 
 from .base import Script
 from .component import Component
+from .component import NoSSRComponent as NoSSRComponent
 from .datadisplay import *
 from .disclosure import *
 from .feedback import *