This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-05-15 20:20:10 +02:00
|
|
|
import { start } from 'rails-ujs';
|
2017-07-11 15:15:42 +02:00
|
|
|
|
|
|
|
// import default stylesheet with variables
|
|
|
|
require('font-awesome/css/font-awesome.css');
|
|
|
|
require('mastodon-application-style');
|
|
|
|
|
2017-07-17 10:23:28 +02:00
|
|
|
require.context('../images/', true);
|
|
|
|
|
2017-05-15 20:20:10 +02:00
|
|
|
start();
|