Dmedu 3 yıl önce
ebeveyn
işleme
3b036addf8
1 değiştirilmiş dosya ile 16 ekleme ve 0 silme
  1. 16
    0
      index.js

+ 16
- 0
index.js Dosyayı Görüntüle

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