diff --git a/app/dashboard/settings/SettingsPage.tsx b/app/dashboard/settings/SettingsPage.tsx index b685215..cffeae2 100644 --- a/app/dashboard/settings/SettingsPage.tsx +++ b/app/dashboard/settings/SettingsPage.tsx @@ -1,4 +1,3 @@ -// components/SettingsPage.tsx 'use client'; import Sidebar from '@/components/Sidebar'; @@ -16,6 +15,7 @@ interface SettingsPageProps { export default function SettingsPage({ username, name, email }: SettingsPageProps) { const [error, setError] = useState(''); + return (