import { NextPageWithExtras } from "next"; import Dashboard from "@/components/Dashboard"; const HomePage: NextPageWithExtras = () => { return ; }; HomePage.auth = true; export default HomePage;