Skip to content

Commit

Permalink
Merge pull request #6 from daredloco/v0.1-LTS
Browse files Browse the repository at this point in the history
Fixed wrong name for ColumnChart
  • Loading branch information
daredloco authored Dec 24, 2022
2 parents 81df583 + 37b2437 commit ac99199
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 ac99199

Please sign in to comment.