diff --git a/source/sites/publicodes/fin/index.tsx b/source/sites/publicodes/fin/index.tsx index d543d9f3d0..3adcb9b8e9 100644 --- a/source/sites/publicodes/fin/index.tsx +++ b/source/sites/publicodes/fin/index.tsx @@ -19,7 +19,6 @@ import ActionSlide from './ActionSlide' import Budget from './Budget' import Catégories from './Catégories' import IframeDataShareModal from './IframeDataShareModal' -import Petrogaz from './Petrogaz' const { encodeRuleName } = utils // details=a2.6t2.1s1.3l1.0b0.8f0.2n0.1 @@ -59,7 +58,6 @@ export default ({}) => { bilan: Budget, categories: Catégories, action: ActionSlide, - petrogaz: Petrogaz, } const componentCorrespondence = enquête ? { ...componentCorrespondenceBasis, enquete: EnqueteReminder }