Remove unused imports and routes
This commit is contained in:
parent
829e41f93f
commit
a4dea2009a
1 changed files with 0 additions and 6 deletions
|
|
@ -69,12 +69,6 @@
|
||||||
use App\Livewire\Subscription\Index as SubscriptionIndex;
|
use App\Livewire\Subscription\Index as SubscriptionIndex;
|
||||||
use App\Livewire\TeamSharedVariablesIndex;
|
use App\Livewire\TeamSharedVariablesIndex;
|
||||||
use App\Livewire\Waitlist\Index as WaitlistIndex;
|
use App\Livewire\Waitlist\Index as WaitlistIndex;
|
||||||
use Illuminate\Foundation\Auth\EmailVerificationRequest;
|
|
||||||
use Illuminate\Support\Facades\Password;
|
|
||||||
use Laravel\Fortify\Contracts\FailedPasswordResetLinkRequestResponse;
|
|
||||||
use Laravel\Fortify\Contracts\SuccessfulPasswordResetLinkRequestResponse;
|
|
||||||
use Laravel\Fortify\Fortify;
|
|
||||||
use Illuminate\Support\Str;
|
|
||||||
|
|
||||||
if (isDev()) {
|
if (isDev()) {
|
||||||
Route::get('/dev/compose', Compose::class)->name('dev.compose');
|
Route::get('/dev/compose', Compose::class)->name('dev.compose');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue