import { VOCAB } from "@paperclipai/branding"; import { SettingsSection, SettingsRow } from "./SettingsSection"; const NEXUS_VERSION = "1.7-dev"; export function AboutSection() { return ( {VOCAB.appName} {NEXUS_VERSION} Paperclip MIT github.com/paperclip-ai/paperclip ); }