import React from 'react'; type Props = { className?: string; }; /** * Component to hold everything for the settings page * @param props className * @returns The content for the settings page */ export default function Settings({ className }: Props) { return
this will be finished laterrrrrrr
; }