SPKNETLAB
/
resources
/
js
/
app.js
app.js
Raw
import
'./bootstrap'
;
import
Alpine
from
'alpinejs'
;
window
.
Alpine
=
Alpine
;
Alpine
.
start
(
)
;