mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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();
|