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