File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/pluggableWidgets/gallery-web/src/stores Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ import { generateUUID } from "@mendix/widget-plugin-platform/framework/generate-
99import { SortAPI } from "@mendix/widget-plugin-sorting/react/context" ;
1010import { SortStoreHost } from "@mendix/widget-plugin-sorting/stores/SortStoreHost" ;
1111import { EditableValue , ListValue } from "mendix" ;
12- import { AttributeStorage } from "src/stores/AttributeStorage" ;
13- import { BrowserStorage } from "src/stores/BrowserStorage" ;
14- import { GalleryPersistentStateController } from "src/stores/GalleryPersistentStateController" ;
15- import { ObservableStorage } from "src/typings/storage" ;
1612import { PaginationEnum , StateStorageTypeEnum } from "../../typings/GalleryProps" ;
1713import { QueryParamsController } from "../controllers/QueryParamsController" ;
14+ import { ObservableStorage } from "../typings/storage" ;
15+ import { AttributeStorage } from "./AttributeStorage" ;
16+ import { BrowserStorage } from "./BrowserStorage" ;
17+ import { GalleryPersistentStateController } from "./GalleryPersistentStateController" ;
1818
1919interface DynamicProps {
2020 datasource : ListValue ;
You can’t perform that action at this time.
0 commit comments