Skip to content

Commit

Permalink
Fixed wrong name for ColumnChart
Browse files Browse the repository at this point in the history
  • Loading branch information
daredloco committed Dec 24, 2022
1 parent 81df583 commit 37b2437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LagoonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()
Livewire::component('lagoon-area-chart', AreaChart::class);
Livewire::component('lagoon-bar-chart', BarChart::class);
Livewire::component('lagoon-gantt-chart', GanttChart::class);
Livewire::component('lagoon-gantt-chart', ColumnChart::class);
Livewire::component('lagoon-column-chart', ColumnChart::class);
Livewire::component('lagoon-candlestick-chart', CandlestickChart::class);
Livewire::component('lagoon-waterfall-chart', WaterfallChart::class);
Livewire::component('lagoon-timeline', Timeline::class);
Expand Down

0 comments on commit 37b2437

Please sign in to comment.