diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index c8c4ee8e5a..38f2fd4c98 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -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({