mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
7 lines
140 B
PHP
7 lines
140 B
PHP
@extends('base')
|
|
|
|
@section('title', 'Koel - Remote Controller')
|
|
|
|
@push('scripts')
|
|
@vite(['resources/assets/js/remote/app.ts'])
|
|
@endpush
|