# frozen_string_literal: true module Sessions class DestroyAction < ApplicationAction end end