fixing imports

This commit is contained in:
2026-02-04 21:32:30 -05:00
parent 74b0a0dbab
commit db79856b08
166 changed files with 1986 additions and 982 deletions

View File

@@ -3,7 +3,7 @@
*/
import type { ConfigKey, ConfigAction } from "@/types/handlers";
import type { Provider } from "@/types/index";
import type { Provider } from "@/types/common";
export const VALID_CONFIG_KEYS: readonly ConfigKey[] = [
"provider",