Skip to content

Commit

Permalink
add es6-components.js to application.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpatrickpatrick committed Nov 13, 2023
1 parent 00bb87c commit 0db9662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<html>
<head>
<title><%= yield :title %> - <%= t('application.title.suffix')%></title>
<%= javascript_include_tag 'es6-components', type: "module" %>
<%= javascript_include_tag "test-dependencies" if Rails.env.test? %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 0db9662

Please sign in to comment.