import { useParams } from "wouter"; export const GuildReminders = () => { const params = useParams(); return <>{params.guild}; };