Fixed circular dependency by extracting BrowseByDataType to a separate file

This commit is contained in:
Alexandre Vryghem
2023-12-12 01:20:41 +01:00
parent e6bf2f0ca7
commit a5b7e2a40f
23 changed files with 40 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
import { autoserialize, autoserializeAs, inheritSerialization } from 'cerialize';
import { SortOption } from './sort-option.model';
import { BrowseByDataType } from '../../browse-by/browse-by-switcher/browse-by-decorator';
import { BrowseByDataType } from '../../browse-by/browse-by-switcher/browse-by-data-type';
import { BrowseDefinition } from './browse-definition.model';
/**