Skip to content

Commit

Permalink
#265 : fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermau committed Feb 10, 2025
1 parent 33ee5ba commit b3bf715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/ui/pages/softwareDetails/PublicationTab.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { ScholarlyArticle } from "api/dist/src/types/codemeta";
import { fr } from "@codegouvfr/react-dsfr";
import { useTranslation } from "react-i18next";
import { ApiTypes } from "api";

export type Props = {
referencePublication?: ScholarlyArticle[];
referencePublication?: ApiTypes.SILL.ScholarlyArticle[];
};

export const PublicationTab = (props: Props) => {
Expand Down

0 comments on commit b3bf715

Please sign in to comment.