diff options
Diffstat (limited to 'packages/web/app/dashboard/settings/page.tsx')
| -rw-r--r-- | packages/web/app/dashboard/settings/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/dashboard/settings/page.tsx b/packages/web/app/dashboard/settings/page.tsx index 95637d8c..38091e6c 100644 --- a/packages/web/app/dashboard/settings/page.tsx +++ b/packages/web/app/dashboard/settings/page.tsx @@ -1,4 +1,4 @@ -import ApiKeySettings from "./components/ApiKeySettings"; +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"> |
