'use client'; import Link from 'next/link'; import { ArrowLeftIcon } from '@/components/Icons'; import { Rocket, Shield, Bell } from 'lucide-react'; export default function SettingsPage() { return (

Settings

Manage your account

Account Migration
Export your account or import from another Synapsis node
Security
Change password
Notifications
Notification preferences (coming soon)
); }