import Head from "next/head"; import { LeaderboardTable, TaskOption } from "src/components/Dashboard"; import { getDashboardLayout } from "src/components/Layout"; const Dashboard = () => { return ( <>