Skip to content

Commit bfcb411

Browse files
committed
🤖 fix: Update asset imports and eslint config
- Updated all asset imports from @/assets to @/browser/assets - Updated eslint.config.mjs to properly exclude cli/desktop/node from renderer rules - Build and lint now pass locally Part of comprehensive src/ reorganization. _Generated with `mux`_
1 parent db75171 commit bfcb411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/browser/components/Messages/ModelDisplay.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
2-
import AnthropicIcon from "@/assets/icons/anthropic.svg?react";
3-
import OpenAIIcon from "@/assets/icons/openai.svg?react";
2+
import AnthropicIcon from "@/browser/assets/icons/anthropic.svg?react";
3+
import OpenAIIcon from "@/browser/assets/icons/openai.svg?react";
44
import { TooltipWrapper, Tooltip } from "@/browser/components/Tooltip";
55
import { formatModelDisplayName } from "@/common/utils/ai/modelDisplay";
66

0 commit comments

Comments
 (0)