chore: refactor packages/app files (#13236)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Frank <frank@anoma.ly>
This commit is contained in:
Adam 2026-02-12 09:49:14 -06:00 committed by GitHub
commit ff4414bb15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
93 changed files with 5326 additions and 4386 deletions

View file

@ -2,6 +2,7 @@ import { Component } from "solid-js"
import { useLanguage } from "@/context/language"
export const SettingsCommands: Component = () => {
// TODO: Replace this placeholder with full commands settings controls.
const language = useLanguage()
return (