+ Added EMPTY flag to be used by column settings
This commit is contained in:
David
2025-03-26 06:11:38 -04:00
parent be561527f7
commit 69a87b3a5c
3 changed files with 8 additions and 3 deletions

View File

@@ -7,8 +7,6 @@ use Livewire\Component;
class FrameComponent extends Component
{
public function render()
{
return view('livewire.examples.frame-component')