mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
11 lines
162 B
JavaScript
11 lines
162 B
JavaScript
/**
|
|
* 行
|
|
* @author tengge / https://github.com/tengge1
|
|
*/
|
|
class Row extends React.Component {
|
|
render() {
|
|
return null;
|
|
}
|
|
}
|
|
|
|
export default Row; |