Remove unused config optional hook (#39957)

Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
opencode-agent[bot]
2026-07-31 20:30:29 -04:00
committed by GitHub
parent 97f5fb3399
commit b5afaed053
-4
View File
@@ -262,7 +262,3 @@ export function useConfig() {
if (!value) throw new Error("ConfigProvider is missing")
return value
}
export function useConfigOptional() {
return useContext(ConfigContext)
}