diff --git a/_others/tallui-package-builder/src/Components/Blade/FirstBladeComponent.php b/_others/tallui-package-builder/src/Components/Blade/FirstBladeComponent.php index 4960e147b..9ec17374c 100644 --- a/_others/tallui-package-builder/src/Components/Blade/FirstBladeComponent.php +++ b/_others/tallui-package-builder/src/Components/Blade/FirstBladeComponent.php @@ -24,5 +24,4 @@ public function render(): View { return view(':builder::components.blade.first-blade-component'); } - }