From 0136a54f1dbab93fbafdeb420b32455cf0eccc47 Mon Sep 17 00:00:00 2001 From: Duncan Bakker <62943186+duncan485@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:47:13 +0200 Subject: [PATCH] Update app-custom-theme.md Signed-off-by: Duncan Bakker <62943186+duncan485@users.noreply.github.com> --- docs/getting-started/app-custom-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({