From c3f6e2e0806bd050f90895f8b457065a2bc7adf5 Mon Sep 17 00:00:00 2001
From: L4168 <L4168@student.jamk.fi>
Date: Mon, 8 Jul 2019 14:10:13 +0300
Subject: [PATCH] added form div

---
 public/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/index.html b/public/index.html
index 960acce..8b2f9d1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -24,6 +24,7 @@
   <body>
     <noscript>You need to enable JavaScript to run this app.</noscript>
     <div id="root"></div>
+    <div id="form"></div>
     <!--
       This HTML file is a template.
       If you open it directly in the browser, you will see an empty page.
-- 
GitLab