'use client' import React from 'react' import { TenantDashboard } from './TenantDashboard' /** * Wrapper-Komponente für das Tenant Dashboard als Custom View * Wird in payload.config.ts als Custom View registriert */ export const TenantDashboardView: React.FC = () => { return } export default TenantDashboardView