Sfoglia il codice sorgente

Expose NoSSRComponent for downstream use (#1537)

Masen Furer 1 anno fa
parent
commit
1d0a34a3f5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 *