7 lines
159 B
JavaScript
7 lines
159 B
JavaScript
import '../css/app.css';
|
|
import * as bootstrap from 'bootstrap';
|
|
|
|
import Sortable from 'sortablejs';
|
|
window.Sortable = Sortable;
|
|
|
|
window.bootstrap = bootstrap; |