4 lines
178 B
Python
4 lines
178 B
Python
# pyright: reportWildcardImportFromLibrary=false
|
|
"""Re-export from reflex_base.plugins.shared_tailwind."""
|
|
|
|
from reflex_base.plugins.shared_tailwind import * # pragma: no cover
|