Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
199ocero committed Jul 4, 2024
1 parent ce45e53 commit 5afb038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilaChatServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function getAssets(): array
return [
// AlpineComponent::make('filachat', __DIR__ . '/../resources/dist/components/filachat.js'),
Css::make('filachat-styles', __DIR__ . '/../resources/dist/filachat.css'),
Js::make('filachat-scripts', __DIR__ . '/../resources/dist/filachat.js'),
// Js::make('filachat-scripts', __DIR__ . '/../resources/dist/filachat.js'),
];
}

Expand Down

0 comments on commit 5afb038

Please sign in to comment.