"""LinkedIn OAuth views.

This module re-exports LinkedIn OAuth views from the shared views module.
In the future, these will be defined directly here.
"""

# Re-export from the shared views module
from integrations.views import linkedin_oauth_callback

__all__ = [
    "linkedin_oauth_callback",
]
