diff --git a/src/components/backgrounds/BackgroundWithBeasyIconAndWhiteContentArea.tsx b/src/components/backgrounds/BackgroundWithBeasyIconAndWhiteContentArea.tsx index e796666..c19ba7f 100644 --- a/src/components/backgrounds/BackgroundWithBeasyIconAndWhiteContentArea.tsx +++ b/src/components/backgrounds/BackgroundWithBeasyIconAndWhiteContentArea.tsx @@ -2,7 +2,6 @@ import BeasyLogoIcon from "@components/BeasyLogoIcon"; import WrapperTopEdgeCurved from "@components/WrapperTopEdgeCurved"; import Box from "@components/bases/Box"; import type { ReactElement } from "react"; -import {} from "react-native"; import { SafeAreaView } from "react-native-safe-area-context"; import BackgroundDefault from "./BackgroundDefault";