mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove all-js and all-css
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
<meta name="description" content="{{ $meta_description ?? 'Admin panel' }}">
|
||||
|
||||
<!-- Styles -->
|
||||
<link href="{{ asset('assets/css/all-css.css') }}" rel="stylesheet">
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
@stack('styles')
|
||||
</head>
|
||||
@@ -72,7 +71,6 @@
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="{{ asset('assets/js/all-js.js') }}"></script>
|
||||
@stack('scripts')
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user