mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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();
|