import React from 'react'; import MyDashboard from '../components/myDashboard'; import DashboardStore from '../components/myDashboard/stores/dashboardStore'; import Theme2016 from '../components/theme2016'; export default function AuthenticatedHomePage() { return } export const getStaticProps = () => { return { props: { title: 'Home - ROBLOX', }, } }