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-10-16 02:12:09 -07:00
|
|
|
import 'font-awesome/css/font-awesome.css';
|
2017-07-11 06:15:42 -07:00
|
|
|
|
2017-07-17 01:23:28 -07:00
|
|
|
require.context('../images/', true);
|
|
|
|
|
2017-05-15 11:20:10 -07:00
|
|
|
start();
|