Skip to content

Commit

Permalink
fix for test:demo
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Apr 23, 2024
1 parent 1e4362f commit 0a00760
Show file tree
Hide file tree
Showing 5 changed files with 709 additions and 6 deletions.
8 changes: 5 additions & 3 deletions packages/design-docs/src/StatusTable.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Suspense } from 'react';
// eslint-disable-next-line @talend/import-depth
import statuses from '@talend/design-system/src/stories/status.json';
import { Statuses, ComponentStatuses } from '@talend/storybook-docs';

import { ComponentStatuses, Statuses } from '@talend/storybook-docs';

import statuses from './status.json';

import theme from './StatusTable.module.scss';

function toTitleCase(value: string) {
Expand Down
Loading

0 comments on commit 0a00760

Please sign in to comment.