Skip to content

Commit

Permalink
Remove accessibility addon from Storybook configuration in react kitc…
Browse files Browse the repository at this point in the history
…hen-sink
  • Loading branch information
valentinpalkovic committed Dec 9, 2024
1 parent f409f1d commit b20b03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config: StorybookConfig = {
addons: [
"@storybook/addon-controls",
"@storybook/experimental-addon-test",
"@storybook/addon-a11y",
//"@storybook/addon-a11y",
],
framework: {
name: "@storybook/react-vite",
Expand Down

0 comments on commit b20b03b

Please sign in to comment.