mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-30 16:22:25 +00:00
shared variables are more visible now on the ui
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Livewire\SharedVariables;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Index extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.shared-variables.index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user