style: format with pint

This commit is contained in:
Dwindi Ramadhana
2026-06-14 15:47:37 +07:00
parent c3ce549264
commit 9937da6a7b
45 changed files with 576 additions and 538 deletions

View File

@@ -3,7 +3,6 @@
use App\Http\Controllers\Dashboard\AdminDashboardController;
use App\Http\Controllers\Dashboard\AdminEmojiCatalogController;
use App\Http\Controllers\Dashboard\UserDashboardController;
use App\Http\Controllers\ProfileController;
use Illuminate\Support\Facades\Route;
Route::middleware('auth')->prefix('dashboard')->name('dashboard.')->group(function () {