From ab1fade5298894495b7d9e9ebddea93b3ca0c96a Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sun, 25 Feb 2024 10:49:00 -0800 Subject: [PATCH] Remove unused React dependency on homepage Oh right, this was for `modeling.jsx`, which is gone now. Bye! --- app/views/outfits/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/outfits/new.html.haml b/app/views/outfits/new.html.haml index 331e6fd6..25073476 100644 --- a/app/views/outfits/new.html.haml +++ b/app/views/outfits/new.html.haml @@ -110,4 +110,4 @@ - content_for :javascripts do = include_javascript_libraries :jquery20, :jquery_tmpl - = javascript_include_tag 'ajax_auth', 'lib/react', 'lib/jquery.timeago', 'outfits/new' \ No newline at end of file + = javascript_include_tag 'ajax_auth', 'lib/jquery.timeago', 'outfits/new' \ No newline at end of file