Browse Source

Expose NoSSRComponent for downstream use (#1537)

Masen Furer 1 year ago
parent
commit
1d0a34a3f5
1 changed files with 1 additions and 0 deletions
  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 *