added tv page, small changes and fix bugs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Containers\Widget\UI\WEB\Controllers;
|
||||
|
||||
use App\Ship\Controllers\Controller;
|
||||
use App\Ship\Requests\Request;
|
||||
|
||||
class TvController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return inertia()->render('Client/Tv/Index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user