@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\BladeX; |
4 | 4 | |
5 | -use SimpleXMLElement; |
|
6 | 5 | use Illuminate\Support\Facades\File; |
7 | 6 | use Illuminate\Support\Facades\View; |
7 | +use SimpleXMLElement; |
|
8 | 8 | use Spatie\BladeX\Exceptions\CouldNotRegisterComponent; |
9 | 9 | use Symfony\Component\Finder\SplFileInfo; |
10 | 10 |