mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +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>
|
|
}
|
|
} |