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

Community

Connect with other TCG enthusiasts

Coming soon...

); }