commit files that were out of view

This commit is contained in:
Jakob Schrettenbrunner 2018-06-04 00:46:24 +02:00
parent 58ad7a4b27
commit 855af7cb4d
3 changed files with 3 additions and 5 deletions

View file

@ -33,7 +33,7 @@
@yield('below-container')
@show
@section('scripts')
{!! $asset->js('assets/scripts/bundle.js') !!}
{!! $asset->js('assets/scripts/app.js') !!}
@show
</body>
</html>