Skip to content

Commit

Permalink
fix: [MDS-774] Add Icons to Storybook (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: BirgittMajas <79840500+BirgittMajas@users.noreply.github.com>
  • Loading branch information
GittHub-d and GittHub-d committed Nov 1, 2023
1 parent 34ee6e9 commit 7e8b56d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/lib/src/storybook/routing/app_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,11 @@ final List<Story> routeAwareStories = [
routePath: DropdownStory.path,
router: router,
),
Story.asRoute(
name: 'Icons',
routePath: IconsStory.path,
router: router,
),
Story.asRoute(
name: 'Loader/LinearLoader',
routePath: LinearLoaderStory.path,
Expand Down

0 comments on commit 7e8b56d

Please sign in to comment.