Skip to content

Commit 21e7f56

Browse files
adminadmin
authored andcommitted
fix: 1265 page historique renouvellement agrement (imports)
1 parent c86fcff commit 21e7f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared-bridge/src/routes/usagers/agrement/getHistory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as yup from "yup";
22

33
import type { BasicRoute, RouteResponseBody, RouteSchema } from "../../..";
4-
import type { AgrementHistoryItem } from "../../../constantes/agrement";
4+
import type { AgrementHistoryItem } from "../../../dto/agrement.dto";
55

66
export interface GetHistoryRoute extends BasicRoute {
77
method: "GET";

0 commit comments

Comments
 (0)