mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +01:00
6 lines
No EOL
196 B
JavaScript
6 lines
No EOL
196 B
JavaScript
import * as ScenePlugin from './scene/scenePlugin';
|
|
import * as SelectionMarkerPlugin from './scene/selectionMarker/selectionMarkerPlugin';
|
|
|
|
export default [
|
|
ScenePlugin, SelectionMarkerPlugin
|
|
] |