diff --git a/inji-web/src/modals/ModalWrapper.tsx b/inji-web/src/modals/ModalWrapper.tsx index db60626..cff733e 100644 --- a/inji-web/src/modals/ModalWrapper.tsx +++ b/inji-web/src/modals/ModalWrapper.tsx @@ -1,19 +1,19 @@ -import React from "react"; +import React from 'react'; import {ModalWrapperProps} from "../types/components"; - -export const ModalWrapper:React.FC = (props) => { - - return <> -
-
-
- {props.header} - {props.content} - {props.footer} -
-
+export const ModalWrapper: React.FC = (props) => { + return <> +
+
+
+
+ {props.header} + {props.content} + {props.footer} +
-
- -} +
+
+
+ ; +}; \ No newline at end of file