Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Oct 30, 2023
1 parent 25e9d5c commit a468b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SafeArea/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ChildrenProps from '../../types/utils/ChildrenProps';
import ChildrenProps from '@src/types/utils/ChildrenProps';

type SafeAreaProps = ChildrenProps;

Expand Down

0 comments on commit a468b57

Please sign in to comment.