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