diff --git a/common/interfaces/vehicule.ts b/common/interfaces/vehicule.ts
index 2c2f5ad824c019b1037140fbe9613ba39311811d..fb4e3f47ff63476c01da41c6bf59f975cbb8ebc2 100644
--- a/common/interfaces/vehicule.ts
+++ b/common/interfaces/vehicule.ts
@@ -1,4 +1,4 @@
-import { TypeVehicule } from "enum/type-vehicule.enum";
+import { TypeVehicule } from "../enum/type-vehicule.enum";
 import { Emplacement } from "./emplacement";
 
 export interface Vehicule {