update import paths

This commit is contained in:
Jacob Overgaard
2023-07-03 13:53:20 +02:00
parent bfaf71646b
commit a2f216485e

View File

@@ -1,4 +1,4 @@
export * from './types';
export * from './events';
export * from './types/index.js';
export * from './events/index.js';
export const UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT = 'Umbraco.JSON';