Skip to content

Commit

Permalink
feat: TET-863 add type to an import
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Wlekliński <[email protected]>
  • Loading branch information
karolinaszarek and mwleklinski authored Apr 23, 2024
1 parent bdd4df9 commit 917960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Status/Status.props.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { StatusConfig } from './Status.styles';
import { StatusAppearance } from './StatusAppearance.type';
import type { StatusAppearance } from './StatusAppearance.type';
import { StatusEmphasis } from './StatusEmphasis.type';

type Status = string;
Expand Down

0 comments on commit 917960c

Please sign in to comment.