2017-05-15 14:20:10 -04:00
|
|
|
import { start } from 'rails-ujs';
|
2017-07-11 09:15:42 -04:00
|
|
|
|
|
|
|
// import default stylesheet with variables
|
|
|
|
require('font-awesome/css/font-awesome.css');
|
|
|
|
require('mastodon-application-style');
|
|
|
|
|
2017-05-15 14:20:10 -04:00
|
|
|
start();
|