reflex/pynecone/components/base/__init__.py
Nikhil Rao dd26dd044b
Add style for code blocks. (#32)
* Rename github actions file
* Update custom code
* Add theme for code blocks
2022-12-06 01:22:57 -08:00

8 lines
192 B
Python

"""Base components."""
from .body import Body
from .document import DocumentHead, Html, Main, Script
from .head import Head
from .link import Link
from .meta import Description, Image, Title