Skip to content

Commit

Permalink
remove decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
sirineJ committed Dec 20, 2024
1 parent b20f528 commit 4a37f48
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/circuit-ui/components/Modal/Modal.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@

import { Fragment, useState } from 'react';
import { screen, userEvent, within } from '@storybook/test';
import type { Decorator } from '@storybook/react';

import { modes } from '../../../../.storybook/modes.js';
import { Headline } from '../Headline/index.js';
import { Body } from '../Body/index.js';
import { Button } from '../Button/index.js';
import { FullViewport } from '../../../../.storybook/components/index.js';

import { ModalProvider } from './ModalContext.js';

Expand All @@ -40,13 +38,6 @@ export default {
},
},
},
decorators: [
(Story) => (
<FullViewport>
<Story />
</FullViewport>
),
] as Decorator[],
};

const defaultModalChildren = () => (
Expand Down

0 comments on commit 4a37f48

Please sign in to comment.