add import

This commit is contained in:
Niels Lyngsø
2023-01-03 11:31:35 +01:00
parent c22c1ae579
commit 33c9bbefe1

View File

@@ -1,3 +1,5 @@
import './components';
import { manifests as propertyActionManifests } from './property-actions/manifests';
import { manifests as propertyEditorModelManifests } from './property-editors/models/manifests';
import { manifests as propertyEditorUIManifests } from './property-editors/uis/manifests';