From 6aa7f32a7f2e31348f6651967c5965c7d58e5f27 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 25 Apr 2023 19:59:35 +0400 Subject: [PATCH] fix: settings form --- app/(dashboard)/dashboard/settings/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(dashboard)/dashboard/settings/page.tsx b/app/(dashboard)/dashboard/settings/page.tsx index 254eb580..e6e16e0a 100644 --- a/app/(dashboard)/dashboard/settings/page.tsx +++ b/app/(dashboard)/dashboard/settings/page.tsx @@ -25,7 +25,7 @@ export default async function SettingsPage() { text="Manage account and website settings." />
- +
)