Export all module members from the top level

This commit is contained in:
Aleks Rūtiņš 2024-09-09 06:27:52 -04:00
parent 88e0c3366a
commit 334e9ae041
2 changed files with 12 additions and 2 deletions

View file

@ -1,7 +1,9 @@
# frozen_string_literal: true
require_relative "phlexite/version"
module Phlexite
class Error < StandardError; end
end
require_relative "phlexite/version"
require_relative "phlexite/router"
require_relative "phlexite/site"