diff --git a/frontend/src/routes/_oh.app.tsx b/frontend/src/routes/_oh.app.tsx index e0789aa54f77c..9bc828b49c095 100644 --- a/frontend/src/routes/_oh.app.tsx +++ b/frontend/src/routes/_oh.app.tsx @@ -49,7 +49,6 @@ import { clearJupyter } from "#/state/jupyterSlice"; import { FilesProvider } from "#/context/files"; import { ErrorObservation } from "#/types/core/observations"; import { ChatInterface } from "#/components/chat-interface"; -import { cn } from "#/utils/utils"; interface ServerError { error: boolean | string; @@ -295,15 +294,6 @@ function App() {