import React from 'react'; export default function DashboardPageContent({ children }) { return (
{ children }
) }