chore: fix typescript issues

This commit is contained in:
adamdottv
2025-06-20 07:48:42 -05:00
parent c90a1a4467
commit e57ef002ee
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { Message } from "../session/message"
import { Provider } from "../provider/provider"
import { App } from "../app/app"
import { Global } from "../global"
import { filter, mapValues } from "remeda"
import { mapValues } from "remeda"
import { NamedError } from "../util/error"
import { ModelsDev } from "../provider/models"
import { Ripgrep } from "../external/ripgrep"