osb/resources/assets/js/components/bootstrap.js

15 lines
469 B
JavaScript
Raw Normal View History

2017-11-03 05:26:07 +00:00
/*
|--------------------------------------------------------------------------
| Laravel Spark Components
|--------------------------------------------------------------------------
|
| Here we will load the Spark components which makes up the core client
| application. This is also a convenient spot for you to load all of
| your components that you write while building your applications.
*/
require('./../spark-components/bootstrap');
require('./home');