diff --git a/src/components/SafeArea/types.ts b/src/components/SafeArea/types.ts index 98ad9f0143bd..89faea46ab71 100644 --- a/src/components/SafeArea/types.ts +++ b/src/components/SafeArea/types.ts @@ -1,4 +1,4 @@ -import ChildrenProps from '../../types/utils/ChildrenProps'; +import ChildrenProps from '@src/types/utils/ChildrenProps'; type SafeAreaProps = ChildrenProps;