diff options
Diffstat (limited to 'src/App.tsx')
-rw-r--r-- | src/App.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/App.tsx b/src/App.tsx index 6c247f7c..f4dea5bf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,13 +1,3 @@ -/** - * Sample React Native App - * https://github.com/facebook/react-native - * - * Generated with the TypeScript template - * https://github.com/react-native-community/react-native-template-typescript - * - * @format - */ - import React from 'react'; import Routes from './routes'; import {NavigationContainer} from '@react-navigation/native'; |