Set view correctly

This commit is contained in:
Marcus Moore 2024-05-29 12:57:43 -07:00
parent 43616d1874
commit 17f0ac1eae
No known key found for this signature in database

View file

@ -548,7 +548,7 @@ class Importer extends Component
public function render()
{
$this->files = Import::orderBy('id','desc')->get(); //HACK - slows down renders.
return view('')
return view('livewire.importer')
->extends('layouts.default')
->section('content');
}