export checkbox list

This commit is contained in:
Mads Rasmussen
2024-04-23 13:20:21 +02:00
parent 8116d2ccad
commit 53d54f4e1e
2 changed files with 1 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
// TODO: Currently we export input-checkbox-list because package-builder uses it, but this should be changed over time, so package builder uses the property editor UI and then this export can be removed.
export * from '../../../property-editors/checkbox-list/index.js';

View File

@@ -0,0 +1 @@
export * from './checkbox-list/index.js';