feat: add settings page to analytics-frontend
This commit is contained in:
14
app/settings/page.tsx
Normal file
14
app/settings/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import ProfileSettings from '@/components/settings/ProfileSettings'
|
||||
|
||||
export const metadata = {
|
||||
title: 'Settings - Ciphera Analytics',
|
||||
description: 'Manage your account settings',
|
||||
}
|
||||
|
||||
export default function SettingsPage() {
|
||||
return (
|
||||
<div className="min-h-screen pt-12 pb-12 px-4 sm:px-6">
|
||||
<ProfileSettings />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user