Learning/.checkout/assets/app.ts

7 lines
203 B
TypeScript
Raw Permalink Normal View History

2023-05-05 18:53:21 +00:00
import './styles/app.scss';
// start the Stimulus application
import './bootstrap';
import cards_controller from './controllers/cards_controller';
cards_controller.bindAllCardDragAndDropEvents();