@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\ViewComponents; |
4 | 4 | |
5 | -use InvalidArgumentException; |
|
5 | +use Illuminate\Contracts\Support\Htmlable; |
|
6 | 6 | use Illuminate\Support\Facades\Blade; |
7 | 7 | use Illuminate\Support\ServiceProvider; |
8 | -use Illuminate\Contracts\Support\Htmlable; |
|
8 | +use InvalidArgumentException; |
|
9 | 9 | |
10 | 10 | class ViewComponentsServiceProvider extends ServiceProvider |
11 | 11 | { |