@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace JoaoRobertoPB\Htmlable; |
4 | 4 | |
5 | +use JoaoRobertoPB\Htmlable\Contracts\HtmlAttributes; |
|
5 | 6 | use JoaoRobertoPB\Htmlable\Contracts\Htmlable; |
6 | 7 | use JoaoRobertoPB\Htmlable\Traits\HasAttributes; |
7 | -use JoaoRobertoPB\Htmlable\Contracts\HtmlAttributes; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Class Tag. |