mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +01:00
9 lines
No EOL
220 B
JavaScript
9 lines
No EOL
220 B
JavaScript
import React from 'react';
|
|
import ObjectExplorer from '../../craft/ui/ObjectExplorer';
|
|
import ls from './Explorer.less';
|
|
|
|
export function Explorer() {
|
|
return <div className={ls.root}>
|
|
<ObjectExplorer />
|
|
</div>;
|
|
} |