mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 02:26:09 +03:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
|
class Item extends Component {
|
||
|
constructor(props){
|
||
|
super(props);
|
||
|
}
|
||
|
input = this.props.item;
|
||
|
}
|