Skip to content

Commit

Permalink
fix: Remove duplicate keys from routes (#2994)
Browse files Browse the repository at this point in the history
CI keeps reporting duplicate keys in a file, this PR removes them.

[category:Infrastructure]

Co-authored-by: manuel.carrera <[email protected]>
  • Loading branch information
mannycarrera4 and manuel.carrera authored Oct 21, 2024
1 parent 402958d commit cbe07bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const routes = {
'/whats-new/upgrade-guides/canvas-kit-v8-upgrade-guide/': 'guides-upgrade-guides-v8-0--docs',
'/whats-new/upgrade-guides/canvas-v9-upgrade-guide/': 'guides-upgrade-guides-v9-0--docs',
'/whats-new/upgrade-guides/canvas-v10-upgrade-guide/': 'guides-upgrade-guides-v10-0--docs',
'/whats-new/upgrade-guides/canvas-v10-upgrade-guide/': 'guides-upgrade-guides-v11-0--docs',
'/whats-new/upgrade-guides/canvas-v10-upgrade-guide/': 'guides-upgrade-guides-v12-0--docs',
'/whats-new/upgrade-guides/canvas-v11-upgrade-guide/': 'guides-upgrade-guides-v11-0--docs',
'/whats-new/upgrade-guides/canvas-v12-upgrade-guide/': 'guides-upgrade-guides-v12-0--docs',
};

module.exports = routes;

0 comments on commit cbe07bb

Please sign in to comment.