From a468b573d09fbb2fd24b2222bcc4fd257d4f08cb Mon Sep 17 00:00:00 2001 From: Blazej Kustra Date: Mon, 30 Oct 2023 10:19:01 +0100 Subject: [PATCH] Fix import --- src/components/SafeArea/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;