Skip to content

Commit

Permalink
Remove more dead code (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Oct 11, 2024
1 parent da3294e commit 7569404
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 74 deletions.
20 changes: 0 additions & 20 deletions src/private/SpacedHeading.css.ts

This file was deleted.

52 changes: 0 additions & 52 deletions src/private/SpacedHeading.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/private/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { Stack } from 'braid-design-system';
import type { ComponentProps } from 'react';

export type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;

export type StackChildrenProps = Pick<ComponentProps<typeof Stack>, 'children'>;

0 comments on commit 7569404

Please sign in to comment.