// @ts-nocheck import React from 'react'; /** * Dashboard page content. */ export function DashboardPageContent({ children }) { return
{children}
; }