diff --git a/frontend/app/(app)/postcreation/index.tsx b/frontend/app/(app)/postcreation/index.tsx index 5cd8cee0..16432a38 100644 --- a/frontend/app/(app)/postcreation/index.tsx +++ b/frontend/app/(app)/postcreation/index.tsx @@ -1,11 +1,11 @@ -import { SafeAreaView } from 'react-native'; +import { View } from 'react-native'; import PostCreation from './components/post-creation-form'; const CreatePost = () => { return ( - + - + ); };