# frozen_string_literal: true
class ConversationsController < ApplicationController
def index; end
end