mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 21:31:12 +01:00
9 lines
187 B
JavaScript
9 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();
|