diff --git a/frontend/src/routes/_oh.app.tsx b/frontend/src/routes/_oh.app.tsx index 668b5b6435ca..8bdfe108352e 100644 --- a/frontend/src/routes/_oh.app.tsx +++ b/frontend/src/routes/_oh.app.tsx @@ -15,9 +15,9 @@ import { Container } from "#/components/container"; import { clearMessages } from "#/state/chatSlice"; import { clearTerminal } from "#/state/commandSlice"; import { useEffectOnce } from "#/utils/use-effect-once"; -import CodeIcon from "#/assets/code.svg?react"; -import GlobeIcon from "#/assets/globe.svg?react"; -import ListIcon from "#/assets/list-type-number.svg?react"; +import CodeIcon from "#/icons/code.svg?react"; +import GlobeIcon from "#/icons/globe.svg?react"; +import ListIcon from "#/icons/list-type-number.svg?react"; import { clearInitialQuery } from "#/state/initial-query-slice"; import { isGitHubErrorReponse, retrieveLatestGitHubCommit } from "#/api/github"; import { clearJupyter } from "#/state/jupyterSlice";