diff options
Diffstat (limited to 'apps/web/app/dashboard/settings')
| -rw-r--r-- | apps/web/app/dashboard/settings/page.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/app/dashboard/settings/page.tsx b/apps/web/app/dashboard/settings/page.tsx index 38091e6c..3d54d2d7 100644 --- a/apps/web/app/dashboard/settings/page.tsx +++ b/apps/web/app/dashboard/settings/page.tsx @@ -1,4 +1,5 @@ import ApiKeySettings from "@/components/dashboard/settings/ApiKeySettings"; + export default async function Settings() { return ( <div className="m-4 flex flex-col space-y-2 rounded-md border bg-white p-4"> |
