mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 04:24:22 +00:00
10 lines
213 B
JavaScript
10 lines
213 B
JavaScript
import { start } from 'rails-ujs';
|
|
|
|
// import default stylesheet with variables
|
|
require('font-awesome/css/font-awesome.css');
|
|
require('mastodon-application-style');
|
|
|
|
require.context('../images/', true);
|
|
|
|
start();
|