調整 檔案路徑 20250701

This commit is contained in:
allen.yan 2025-07-01 10:36:00 +08:00
parent 4572ecddbe
commit 38ce25dc1c
12 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms;
namespace App\Livewire\Tables;
use App\Models\ActivityLog;
use Illuminate\Support\Carbon;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms;
namespace App\Livewire\Tables;
use App\Models\MachineStatus;
use Illuminate\Support\Carbon;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms;
namespace App\Livewire\Tables;
use App\Models\RoomStatusLog;
use Illuminate\Support\Carbon;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms;
namespace App\Livewire\Tables;
use App\Models\Room;
use App\Enums\RoomType;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms;
namespace App\Livewire\Tables;
use App\Models\SongLibraryCache;
use Illuminate\Support\Carbon;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms;
namespace App\Livewire\Tables;
use App\Models\User;
use App\Enums\UserGender;

View File

@ -1,3 +1,3 @@
<x-layouts.admin>
<livewire:forms.activity-log-table />
<livewire:tables.activity-log-table />
</x-layouts.admin>

View File

@ -1,3 +1,3 @@
<x-layouts.admin>
<livewire:forms.machine-status-table />
<livewire:tables.machine-status-table />
</x-layouts.admin>

View File

@ -1,3 +1,3 @@
<x-layouts.admin>
<livewire:forms.room-status-log-table />
<livewire:tables.room-status-log-table />
</x-layouts.admin>

View File

@ -1,7 +1,7 @@
<x-layouts.admin>
<x-wireui:notifications/>
<livewire:forms.room-table/>
<livewire:tables.room-table/>
<livewire:forms.room-form />
<livewire:forms.modals.room-detail-modal />
</x-layouts.admin>

View File

@ -1,3 +1,3 @@
<x-layouts.admin>
<livewire:forms.song-library-cache-table />
<livewire:tables.song-library-cache-table />
</x-layouts.admin>

View File

@ -1,3 +1,3 @@
<x-layouts.admin>
<livewire:forms.user-table />
<livewire:tables.user-table />
</x-layouts.admin>