import { Container } from '../components/Container' import { Led } from '../components/Led' import { useI18n } from '../i18n' const techStack = [ 'Electron', 'React 19', 'faster-whisper', 'Ollama', 'better-sqlite3', 'TypeScript', 'uiohook-napi', ] export function Footer() { const { t } = useI18n() return ( ) } function GithubIcon() { return ( ) }