Merge pull request #30520 from duncan485/patch-3
Update app-custom-theme.md
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user