about summary refs log tree commit diff
path: root/app/javascript/packs/common.js
blob: de0c68fa5b93fbb135f88ed00901d014ec8e746f (plain) (blame)
1
2
3
4
5
6
import { start } from 'rails-ujs';

// import common styling
require('../styles/common.scss');

start();