mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-15 23:54:52 +01:00
9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
import { start } from 'rails-ujs';
|
|
import 'font-awesome/css/font-awesome.css';
|
|
|
|
// import common styling
|
|
require('../styles/common.scss');
|
|
require.context('../images/', true);
|
|
|
|
start();
|