fix imports

This commit is contained in:
Niels Lyngsø
2023-01-24 16:39:06 +01:00
parent 41a778a82a
commit 567588cc78
5 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
export * from './observer.controller';
export * from './observer';
export * from './number-state';
export * from './string-state';
export * from './deep-state';
export * from './array-state';
export * from './object-state';