diff --git a/app/views/home/helloworld.html.erb b/app/views/home/helloworld.html.erb
index ea1f53f..e11dca1 100644
--- a/app/views/home/helloworld.html.erb
+++ b/app/views/home/helloworld.html.erb
@@ -1,6 +1,6 @@
-

+
<%= react_component '::Helloworld', {}, { prerender: true } %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 2c8fb06..81b2ecd 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -6,7 +6,7 @@
-
+
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>