Skip to content

Commit

Permalink
feat: TET-851 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
karolinaszarek committed Jul 22, 2024
1 parent 67454ee commit 95d0ab9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/docs-components/DialogDocs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import { SectionHeader } from './common/SectionHeader';

import { Dialog } from '@/components/Dialog';
import { customStyleForDocs } from '@/components/Dialog/Dialog.styles';
import { DialogSize } from '@/components/Dialog/types';
import { tet } from '@/tetrisly';

const sizes: DialogSize[] = ['small', 'medium', 'large'] as const;
const sizes = ['small', 'medium', 'large'] as const;

export const DialogDocs = () => (
<>
Expand Down

0 comments on commit 95d0ab9

Please sign in to comment.