This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-05-15 11:20:10 -07:00
|
|
|
import { start } from 'rails-ujs';
|
2017-07-11 06:15:42 -07:00
|
|
|
|
2017-07-30 10:28:21 -07:00
|
|
|
// import common styling
|
|
|
|
require('../styles/common.scss');
|
2017-07-17 01:23:28 -07:00
|
|
|
|
2017-05-15 11:20:10 -07:00
|
|
|
start();
|