mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
7 lines
No EOL
171 B
JavaScript
7 lines
No EOL
171 B
JavaScript
import boxOperation from '../craft/primitives/boxOperation';
|
|
|
|
export function activate({bus, services}) {
|
|
services.operation.registerOperations([
|
|
boxOperation
|
|
])
|
|
} |