Fix for unnecessary CSS file

This commit is contained in:
Josh Pigford
2025-03-28 15:35:26 -05:00
parent 36a66baf00
commit 2a505b000c

View File

@@ -7,7 +7,6 @@
<%= csp_meta_tag %>
<%= stylesheet_link_tag "tailwind", "data-turbo-track": "reload" %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
<%= turbo_refreshes_with method: :morph, scroll: :preserve %>