mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-13 14:45:12 +01:00
10 lines
187 B
JavaScript
10 lines
187 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();
|