Skip to content

Commit 31bdfb9

Browse files
committed
#128 : fix import type
1 parent 9a7550c commit 31bdfb9

File tree

1 file changed

+1
-2
lines changed
  • web/src/core/usecases/softwareDetails

1 file changed

+1
-2
lines changed

web/src/core/usecases/softwareDetails/state.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { assert } from "tsafe/assert";
44
import { type State as SoftwareCatalogState } from "core/usecases/softwareCatalog";
55
import { LocalizedString } from "i18nifty";
66
import type { Language, ApiTypes } from "api";
7-
import { SoftwareType } from "api/dist/src/lib/ApiTypes";
87

98
export const name = "softwareDetails";
109

@@ -104,7 +103,7 @@ export namespace State {
104103
programmingLanguages: string[];
105104
keywords: string[];
106105
applicationCategories: string[];
107-
softwareType: SoftwareType;
106+
softwareType: ApiTypes.SoftwareType;
108107
};
109108
}
110109

0 commit comments

Comments
 (0)