# frozen_string_literal: true class MapController < BaseController layout 'darkswarm' def index; end end