Browse Source

Delete 'App.js'

coral.salort 3 years ago
parent
commit
aa5d563b9f
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      App.js

+ 0
- 9
App.js View File

@@ -1,9 +0,0 @@
1
-
2
-import React from 'react'; 
3
-import WelcomeScreen from './app/screens/WelcomeScreen.js';
4
-
5
-export default function App() {
6
-  return <WelcomeScreen />;
7
-}
8
-
9
-