Compare commits

...
Author SHA1 Message Date
Kit Langton 7c6bd67167 remove unused config optional hook 2026-07-31 21:45:13 +00:00
-4
View File
@@ -267,7 +267,3 @@ export function useConfig() {
if (!value) throw new Error("ConfigProvider is missing")
return value
}
export function useConfigOptional() {
return useContext(ConfigContext)
}