Merge pull request #30520 from duncan485/patch-3

Update app-custom-theme.md
This commit is contained in:
Ben Lambert
2025-07-15 10:00:01 +02:00
committed by GitHub
+1 -1
View File
@@ -435,7 +435,7 @@ Supply your custom icon in `packages/app/src/App.tsx`
```tsx title="packages/app/src/App.tsx"
/* highlight-add-next-line */
import { ExampleIcon } from './assets/customIcons'
import { ExampleIcon } from './assets/icons/CustomIcons'
const app = createApp({