Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Sep 13, 2024
1 parent bba501e commit 761ed35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, {
type ReactNode,
type ComponentProps,
ReactElement,
type ReactElement,
} from 'react';
import { Heading, Box, IconLink, Link, Badge } from 'braid-design-system';
import { Heading, Box, IconLink, Link, type Badge } from 'braid-design-system';
import * as styles from './LinkableHeading.css';

type BadgeProps = ComponentProps<typeof Badge>;
Expand Down

0 comments on commit 761ed35

Please sign in to comment.