Viewing file: livewire-components.php (1.12 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php return array ( 'adlist' => 'App\\Http\\Livewire\\Adlist', 'affiliate-invited-users' => 'App\\Http\\Livewire\\AffiliateInvitedUsers', 'affiliate-point-history' => 'App\\Http\\Livewire\\AffiliatePointHistory', 'auth.forget-password' => 'App\\Http\\Livewire\\Auth\\ForgetPassword', 'auth.login' => 'App\\Http\\Livewire\\Auth\\Login', 'auth.reset-password' => 'App\\Http\\Livewire\\Auth\\ResetPassword', 'auth.sign-up' => 'App\\Http\\Livewire\\Auth\\SignUp', 'blog.comment' => 'App\\Http\\Livewire\\Blog\\Comment', 'category-subcategory-component' => 'App\\Http\\Livewire\\CategorySubcategoryComponent', 'contact-component' => 'App\\Http\\Livewire\\ContactComponent', 'country-state-city' => 'App\\Http\\Livewire\\CountryStateCity', 'mobile-nav-search-component' => 'App\\Http\\Livewire\\MobileNavSearchComponent', 'nav-search-component' => 'App\\Http\\Livewire\\NavSearchComponent', 'seller-ad' => 'App\\Http\\Livewire\\SellerAd', 'seller-review' => 'App\\Http\\Livewire\\SellerReview', 'verify-account' => 'App\\Http\\Livewire\\VerifyAccount', 'wishlist-button' => 'App\\Http\\Livewire\\WishlistButton', );
|