mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-29 04:57:12 +00:00
8 lines
175 B
JavaScript
8 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();
|