Update app-custom-theme.md

Signed-off-by: Duncan Bakker <62943186+duncan485@users.noreply.github.com>
This commit is contained in:
Duncan Bakker
2025-07-14 13:47:13 +02:00
committed by GitHub
parent 9dd33c42bb
commit 0136a54f1d
+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({