소스 검색

删除 'src/app.js'

renlian 4 년 전
부모
커밋
3b031acc7d
1개의 변경된 파일0개의 추가작업 그리고 20개의 파일을 삭제
  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