import { Section } from "@/components/Section" import { SectionHeader } from "@/components/Section/Header" import SectionLink from "@/components/Section/Link" import ClaimPoints from "../ClaimPoints" import JourneyTable from "./JourneyTable" import styles from "./earnAndBurn.module.css" import type { AccountPageComponentProps } from "@/types/components/myPages/myPage/accountPage" export default function EarnAndBurn({ link, subtitle, title, }: AccountPageComponentProps) { return (
) }