import { auth } from "@/auth"; const SettingsPage = async () => { return (
{JSON.stringify(await auth())}
); } export default SettingsPage;