import GoogleSheetsExporter from './components/GoogleSheetsExporter'; function Dashboard() { const trainingData = [...]; // your dynamic data const nutritionData = [...]; const recoveryData = [...]; return (

Coach Dashboard

); } export default Dashboard;
top of page

All Posts

© 2023 by Under Construction. Proudly created with Wix.com

bottom of page