routes changed

This commit is contained in:
Benjamin Takats
2022-12-15 20:15:56 +01:00
parent ffe6cc877f
commit 0dd8ec4037
6 changed files with 24 additions and 20 deletions

View File

@@ -8,6 +8,7 @@ use Livewire\Component;
class CityTable extends Component
{
public Country $country;
public function render()
{
return view('livewire.book-case.city-table');