fix removal of DateRangeSection

This commit is contained in:
martin-mfg
2025-11-05 09:47:32 +01:00
parent 832c5c9d27
commit 3ed6ac879d
@@ -1,5 +1,4 @@
import ProgressBar from './Progress';
import CheckboxSection from './CheckboxSection';
import DateRangeSection from './DateRangeSection';
export { ProgressBar, CheckboxSection, DateRangeSection };
export { ProgressBar, CheckboxSection };