# frozen_string_literal: true require "pagy" module Panoptic class Engine < ::Rails::Engine isolate_namespace Panoptic end end