import React from 'react'; /** * Dashboard provider. */ export default function DashboardProvider({ children }) { return children; }