Skip to content

Commit

Permalink
refactor: component types folder (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Nov 5, 2024
1 parent 6f4b81d commit 18213f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 4 additions & 0 deletions src/components/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export interface BaseComponentProps {
className?: string;
}

export interface TestId {
testId?: string;
}
7 changes: 0 additions & 7 deletions src/theme/common/types.ts

This file was deleted.

0 comments on commit 18213f8

Please sign in to comment.