Fix CatService DTO barrel

This commit is contained in:
Lorenz Hilpert
2019-01-29 16:49:31 +01:00
parent fe89da3ce3
commit ae6ecfce33

View File

@@ -1,6 +1,6 @@
// start:ng42.barrel
export * from './cat-search-settings.dto,';
export * from './order-by.dto';
export * from './sort-value.dto';
// end:ng42.barrel
export * from './data';
export * from './query';
export * from './ui';