Rename CellOptions

This commit is contained in:
David Corbitt
2023-08-17 01:44:18 -07:00
parent 3776ffc4c3
commit 756b3185de
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import { OutputStats } from "./OutputStats";
import { RetryCountdown } from "./RetryCountdown";
import frontendModelProviders from "~/modelProviders/frontendModelProviders";
import { ResponseLog } from "./ResponseLog";
import { CellOptions } from "./TopActions";
import { CellOptions } from "./CellOptions";
const WAITING_MESSAGE_INTERVAL = 20000;