Skip to content

Commit

Permalink
Rollback preview changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Feb 20, 2025
1 parent 59b9d5d commit 526ce10
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions code/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { definePreview } from '@storybook/react-vite';

import addonA11y from '@storybook/addon-a11y';
import addonEssentials from '@storybook/addon-essentials';
import addonHighlight from '@storybook/addon-highlight';
import addonThemes from '@storybook/addon-themes';

import * as addonsPreview from '../addons/toolbars/template/stories/preview';
Expand Down Expand Up @@ -371,7 +370,14 @@ const parameters = {
};

export default definePreview({
addons: [addonA11y(), addonTest(), addonsPreview, templatePreview],
addons: [
addonThemes(),
addonEssentials(),
addonA11y(),
addonTest(),
addonsPreview,
templatePreview,
],
decorators,
loaders,
tags: ['test', 'vitest'],
Expand Down

0 comments on commit 526ce10

Please sign in to comment.