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