Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gem configuration, with base component customization #160

Prev Previous commit
Next Next commit
Remove unnecessary relative require, Zeitwerk autoloads Configuration…
… constant
  • Loading branch information
joelzwarrington committed Apr 5, 2024
commit d1e420cbbc1fefb48271741ea4b0b80bacf5e261
1 change: 0 additions & 1 deletion lib/view_component/form.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "view_component"
require_relative "form/configuration"
require "zeitwerk"

module ViewComponent
Expand Down