Skip to content

Commit

Permalink
fix: add missing <Document> wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
matijs committed May 15, 2024
1 parent 144dea4 commit e0b5016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook/config/ParametersArgsDecorator.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Decorator } from '@storybook/react';
import { Document } from '@utrecht/component-library-react';
import { Document } from '@utrecht/component-library-react/dist/css-module';

export const ParametersArgsDecorator: Decorator = (Story, context) => {
context.parameters['args'] = context.args;
Expand Down

0 comments on commit e0b5016

Please sign in to comment.