Skip to content

Commit 1cd6377

Browse files
committed
adjusted dummy components registry
1 parent 7642093 commit 1cd6377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/dummy/app/matestack/dummy/components/registry.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module Dummy::Components::Registry
88

99
Matestack::Ui::Core::Component::Registry.register_components(
1010
md: Dummy::Components::Md,
11-
chart_js: Dummy::Components::ChartJs
11+
chart_js: Dummy::Components::ChartJs,
12+
form_flatpickr: Dummy::Components::Form::Flatpickr
1213
)
1314

1415
end

0 commit comments

Comments
 (0)