import React from 'react'; import Page from './Page'; export default function Settings() { return (

Settings

); }