diff --git a/src/App.js b/src/App.js
index c95101d..1815505 100644
--- a/src/App.js
+++ b/src/App.js
@@ -10,6 +10,7 @@ function App() {
return (
+ {/* Move */}
diff --git a/src/containers/MainContent.js b/src/containers/MainContent.js
index d90984f..0fcd7ef 100644
--- a/src/containers/MainContent.js
+++ b/src/containers/MainContent.js
@@ -9,6 +9,9 @@ Modal.setAppElement("#root");
const MainContent = (props) => {
const {message, im_forms} = props;
+ // TODO: Implement filtering inside of this Main Component so only im_forms passed...
+ // ...to FormListComponent are rendered
+
return (