import Layout from '../components/Layout'; export default function Settings() { const user = { email: 'me@randallstillwell.com', role: 'user' }; return (
⚙️

Settings

Manage your account and preferences

Coming soon...

); }