mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-14 20:24:17 -05: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();
|