Revert then refix because shit got broken

This commit is contained in:
2024-10-18 13:13:43 -05:00
parent cc8e0c623c
commit 770d04540c
6 changed files with 11 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { StyleSheet } from 'react-native';
import { ThemedText, ThemedView } from '@/components/theme/Theme';
import { ThemedView } from '@/components/theme/Theme';
import UserInfo from '@/components/home/UserInfo';
import RelationshipView from '@/components/home/RelationshipView';
@@ -17,7 +17,6 @@ const IndexScreen = () => {
</ThemedView>
</ThemedView>
);
};
export default IndexScreen;