""" Dashboard V1 Routers """ from app.dashboard.api.routers.v1.dashboard import router __all__ = ["router"]