From 3ad25fa51da930cc63b14d0ba26bef4bec1e9344 Mon Sep 17 00:00:00 2001 From: WilliamCallao <96638909+WilliamCallao@users.noreply.github.com> Date: Sat, 16 Mar 2024 10:27:52 -0400 Subject: [PATCH] Update App.js --- App.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/App.js b/App.js index 1189800..9763321 100644 --- a/App.js +++ b/App.js @@ -1,23 +1,13 @@ import React from "react"; -import { View } from "react-native"; import { MenuProvider } from "react-native-popup-menu"; import AppNavigator from "./src/navigation/AppNavigator"; -import StyledText from "./src/utils/StyledText"; const App = () => { return ( - - - Texto Regular - Texto en Negrita - - Texto de Botón - - - + ); }; -export default App; \ No newline at end of file +export default App;