// Authentication components exports export { ProtectedRoute, AdminRoute, OrganizerRoute, AuthenticatedRoute, type ProtectedRouteProps } from './ProtectedRoute';