RELOG: Reverse Logistics Optimization
Copyright © 2020—2022, UChicago Argonne, LLC. All Rights Reserved.
-
-}
+ ;
+};
export default Footer;
\ No newline at end of file
diff --git a/relog-web/src/Form.js b/relog-web/src/Form.js
index 721df52..e2c4607 100644
--- a/relog-web/src/Form.js
+++ b/relog-web/src/Form.js
@@ -1,5 +1,5 @@
const Form = (props) => {
return <>{props.children}>;
-}
+};
export default Form;
\ No newline at end of file
diff --git a/relog-web/src/Header.js b/relog-web/src/Header.js
index 18a2294..ff0f9b5 100644
--- a/relog-web/src/Header.js
+++ b/relog-web/src/Header.js
@@ -1,4 +1,4 @@
-import styles from './Header.module.css'
+import styles from './Header.module.css';
const Header = () => {
return (
@@ -7,7 +7,7 @@ const Header = () => {