Browse Source

0626提交

Dmedu 3 years ago
parent
commit
3b036addf8
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      index.js

+ 16
- 0
index.js View File

@@ -0,0 +1,16 @@
1
+/*
2
+ * @Descripttion: 
3
+ * @version: v1.0.0
4
+ * @Author: Ethan Zhang
5
+ * @Email: 610558983@qq.com
6
+ * @WeChat: 610558983
7
+ * @GitHub: https://github.com/Dmedu
8
+ * @Date: 2020-06-26 18:07:49
9
+ * @LastEditors: Ethan Zhang
10
+ * @LastEditTime: 2020-06-26 18:08:10
11
+ */ 
12
+const App = () => {
13
+  return false
14
+}
15
+
16
+export default App