Skip to content

Commit

Permalink
#128 : fix import type
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermau committed Jan 17, 2025
1 parent 9a7550c commit 31bdfb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/core/usecases/softwareDetails/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { assert } from "tsafe/assert";
import { type State as SoftwareCatalogState } from "core/usecases/softwareCatalog";
import { LocalizedString } from "i18nifty";
import type { Language, ApiTypes } from "api";
import { SoftwareType } from "api/dist/src/lib/ApiTypes";

export const name = "softwareDetails";

Expand Down Expand Up @@ -104,7 +103,7 @@ export namespace State {
programmingLanguages: string[];
keywords: string[];
applicationCategories: string[];
softwareType: SoftwareType;
softwareType: ApiTypes.SoftwareType;
};
}

Expand Down

0 comments on commit 31bdfb9

Please sign in to comment.