mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
import React, { Component } from 'react'
|
|
|
|
// class App extends Component {
|
|
// render() {
|
|
// return <div>hello, JSX</div>
|
|
// }
|
|
// }
|
|
|
|
export default connect()(App)
|