From 7e8b56dde178eadb82351f20af1ff703f67eea50 Mon Sep 17 00:00:00 2001 From: Hub <79840500+GittHub-d@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:47:59 +0200 Subject: [PATCH] fix: [MDS-774] Add Icons to Storybook (#285) Co-authored-by: BirgittMajas <79840500+BirgittMajas@users.noreply.github.com> --- example/lib/src/storybook/routing/app_router.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example/lib/src/storybook/routing/app_router.dart b/example/lib/src/storybook/routing/app_router.dart index e0452e43..e2901061 100644 --- a/example/lib/src/storybook/routing/app_router.dart +++ b/example/lib/src/storybook/routing/app_router.dart @@ -318,6 +318,11 @@ final List routeAwareStories = [ routePath: DropdownStory.path, router: router, ), + Story.asRoute( + name: 'Icons', + routePath: IconsStory.path, + router: router, + ), Story.asRoute( name: 'Loader/LinearLoader', routePath: LinearLoaderStory.path,