import { ReactNode, Children } from 'react'; import Icon from '@mdi/react'; import { NavBar } from '../components/navbar'; import { CenteredPage, PageTitle } from '../components/page'; import { Vierkant, IconLabelButton } from '../components/ui'; import { AccountAvatar } from '../components/account'; import RecentGames from '../components/recentGames'; import PersonAddOutlinedIcon from '@material-ui/icons/PersonAddOutlined'; import AssignmentIndOutlinedIcon from '@material-ui/icons/AssignmentIndOutlined'; import ArrowDownwardOutlinedIcon from '@material-ui/icons/ArrowDownwardOutlined'; import ArrowUpwardOutlinedIcon from '@material-ui/icons/ArrowUpwardOutlined'; import PeopleOutlineOutlinedIcon from '@material-ui/icons/PeopleOutlineOutlined'; import { mdiAccountCancelOutline, mdiEqual, mdiCheckboxBlankCircle, mdiClipboardTextOutline, mdiGamepadSquareOutline, mdiEarth } from '@mdi/js'; function InfoModule(props: { label: string; icon: ReactNode; }) { return
{props.icon}
{props.label}
} function InfoSection(props: { children: ReactNode }) { return
{props.children}
} export default function AccountPage() { return
Profiel

Gebruikersnaam

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et

} text="Vriendschapsverzoek"/> } text="Blokkeren"/>
} label="Online"/> } label="Lid sinds 14 december 2020"/> } label="2 vrienden"/> } label="Nederland"/> } label="4 keer gewonnen"/> } label="2 keer gelijkspel"/> } label="2 keer verloren"/> } label="Score: 400"/> } label="6 potjes"/>
}