Procházet zdrojové kódy

删除 'src/app.js'

renlian před 4 roky
rodič
revize
3b031acc7d
1 změnil soubory, kde provedl 0 přidání a 20 odebrání
  1. 0 20
      src/app.js

+ 0 - 20
src/app.js

@@ -1,20 +0,0 @@
-import { Component } from 'react'
-import './app.less'
-import 'taro-ui/dist/style/index.scss'
-class App extends Component {
-
-  componentDidMount() { }
-
-  componentDidShow() { }
-
-  componentDidHide() { }
-
-  componentDidCatchError() { }
-
-  // this.props.children 是将要会渲染的页面
-  render() {
-    return this.props.children
-  }
-}
-
-export default App