diff --git a/app/components/log_search_component.html.erb b/app/components/log_search_component.html.erb deleted file mode 100644 index 24890405b..000000000 --- a/app/components/log_search_component.html.erb +++ /dev/null @@ -1,16 +0,0 @@ -<%= form_with model: @case_logs, url: "/logs", method: "get", local: true do |f| %> - -<% end %> diff --git a/app/components/log_search_component.rb b/app/components/log_search_component.rb deleted file mode 100644 index 77e5c4f9e..000000000 --- a/app/components/log_search_component.rb +++ /dev/null @@ -1,9 +0,0 @@ -class LogSearchComponent < ViewComponent::Base - attr_reader :current_user, :label - - def initialize(current_user:, label:) - @current_user = current_user - @label = label - super - end -end