about summary refs log tree commit diff
path: root/app/javascript/core/common.js
blob: 24c0fdf6125a9d1a16bdc0cc5e2636aabcb1cfa7 (plain) (blame)
1
2
3
4
5
//  This file will be loaded on all pages, regardless of theme.

import { start } from 'rails-ujs';

start();