trunk/pc4mobx/organization/components/company/company.js

10 lines
148 B
JavaScript
Raw Normal View History

2022-05-13 18:06:15 +08:00
import React, { Component } from 'react'
2022-05-16 13:36:54 +08:00
export default class Company extends Component {
2022-05-13 18:06:15 +08:00
render() {
return (
<div>C</div>
)
}
}