import React from "react"; export default async function MainDayPage() { return (
Hello from a logged in page!
); }