# frozen_string_literal: true

class NewInviteController < ApplicationController
  def index
  end
end
