import { CSSProperties, ReactNode } from 'react'; import { NavBar } from '../components/navbar'; import { CenteredPage, PageTitle } from '../components/page'; import { Vierkant, Button } from '../components/ui'; import { AccountAvatar } from '../components/account'; import { CurrentGameSettings } from '../components/gameSettings'; import EditOutlinedIcon from '@material-ui/icons/EditOutlined'; var SettingsSectionHeaderStyle: CSSProperties = { marginBottom: 24 } function SettingsPageButton(props: { text: string; icon: ReactNode; onclick?: () => void; }) { return } var SettingsSectionStyle: CSSProperties = { width: "calc(100% - 12px)" }; var SettingsSubsectionStyle: CSSProperties = { marginTop: 24 }; export default function SettingsPage() { return (
Instellingen

Account

}/>
}/>
Gebruikersnaam

Gebruikersnaam

Kleuren

Standaard spelregels

); }