mirror of
https://github.com/glitch-soc/mastodon
synced 2025-08-06 12:51:53 +00:00
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
import { start } from 'rails-ujs';
|
|
|
|
// import default stylesheet with variables
|
|
require('font-awesome/css/font-awesome.css');
|
|
require('mastodon-application-style');
|
|
|
|
start();
|