浏览代码

Delete 'App.js'

coral.salort 3 年前
父节点
当前提交
aa5d563b9f
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0
    9
      App.js

+ 0
- 9
App.js 查看文件

@@ -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
-