diff --git a/App.tsx b/App.tsx
index f26d3d8..75c884a 100644
--- a/App.tsx
+++ b/App.tsx
@@ -1,6 +1,9 @@
-import { StatusBar, View } from 'react-native';
+import { StatusBar } from 'react-native';
import { useFonts, Roboto_400Regular, Roboto_700Bold } from '@expo-google-fonts/roboto';
import { Center, GluestackUIProvider, Text } from '@gluestack-ui/themed';
+
+import { Loading } from '@components/Loading';
+
import { config } from './config/gluestack-ui.config';
export default function App() {
@@ -16,7 +19,7 @@ export default function App() {
Ignite Gym
) : (
- Loading...
+
)}
+
+
+ )
+}