class state export

This commit is contained in:
Niels Lyngsø
2023-02-22 13:46:06 +01:00
parent e4f3c571e1
commit 12df316ea8

View File

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