8 lines
156 B
Python
8 lines
156 B
Python
"""Landing page app module.
|
|
|
|
Reflex expects to find 'app' in peikarband.landing when app_name='landing'.
|
|
"""
|
|
|
|
from .peikarband import app
|
|
|
|
__all__ = ["app"] |