fixed form components

This commit is contained in:
Denis Duliçi 2023-03-18 16:57:35 +03:00
parent 003ee48a2a
commit c557ada9ba
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace App\View\Components\Form\Group;
use App\Abstracts\View\Components\Form\Group\Contact;
use App\View\Components\Form\Group\Contact;
class Customer extends Contact
{

View File

@ -2,7 +2,7 @@
namespace App\View\Components\Form\Group;
use App\Abstracts\View\Components\Form\Group\Contact;
use App\View\Components\Form\Group\Contact;
class Vendor extends Contact
{