Skip to content

Commit

Permalink
updated export in testing.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Arianna Malakis committed Dec 10, 2024
1 parent e59aa7a commit 7ff9437
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import React from 'react';

import {
StaticStates,
ComponentStatesTable,
permutateProps,
} from '@workday/canvas-kit-react/testing';
import {withSnapshotsEnabled} from '../../../../../utils/storybook';

import {StaticStates, ComponentStatesTable} from '@workday/canvas-kit-react/testing';
import {InformationHighlight} from '@workday/canvas-kit-preview-react/InformationHighlight';

export default {
title: 'Testing/Preview/Information Highlight',
component: InformationHighlight,
parameters: {
chromatic: {
disable: false,
},
},
};

export const InformationHighlightStates = () => {
Expand Down

0 comments on commit 7ff9437

Please sign in to comment.