module Primer::FormHelper

def inline_form(*args, &block)

def inline_form(*args, &block)
  Primer::Forms.inline_form(*args, &block)
end