mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
10 lines
No EOL
163 B
JavaScript
10 lines
No EOL
163 B
JavaScript
import React from 'react';
|
|
|
|
export default class OperationHistory extends React.Component {
|
|
|
|
render() {
|
|
return <div >
|
|
OperationHistory
|
|
</div>
|
|
}
|
|
} |