From 244993d05daafd7508415eb77fbf2b0ed839bdbf Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 9 May 2023 16:26:31 +0200 Subject: [PATCH] :bug: Reflect metadata wrong place --- src/front/Components/Layouts/Folder/ViewDocuments/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx b/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx index 4c0f32df..311a0303 100644 --- a/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx +++ b/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx @@ -1,3 +1,5 @@ +import "reflect-metadata"; + import LeftArrowIcon from "@Assets/Icons/left-arrow.svg"; import RightArrowIcon from "@Assets/Icons/right-arrow.svg"; import Documents from "@Front/Api/LeCoffreApi/SuperAdmin/Documents/Documents"; @@ -20,7 +22,6 @@ import BasePage from "../../Base"; import classes from "./classes.module.scss"; import OcrResult from "./OcrResult"; -import "reflect-metadata"; type IProps = {}; type IPropsClass = {