import "../index.css"; import { Link } from "react-router-dom"; /** * The settings page of the application * @returns {JSX.Element} The settings page */ export default function SettingsPage(): JSX.Element { return ( <>

Very Fancy Settings Page

To Home
); }