module <%= camelized_name %>

module Config
  class Router
    include Quiver::Router

    routes do
      # get '/hello_world', to: 'hello_world#index'
    end
  end
end

end