mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 19:51:32 +10:00
wip: refresh design
This commit is contained in:
8
apps/web/src/app/(dashboard)/settings/page.tsx
Normal file
8
apps/web/src/app/(dashboard)/settings/page.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function SettingsPage() {
|
||||
redirect('/settings/profile');
|
||||
|
||||
// Page is intentionally empty because it will be redirected to /settings/profile
|
||||
return <div />;
|
||||
}
|
||||
Reference in New Issue
Block a user