mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-06 06:56:22 +00:00
bf0ee1a25c
* Enable ESLint rules import/* * fix
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
import { start } from 'rails-ujs';
|
|
import 'font-awesome/css/font-awesome.css';
|
|
|
|
require.context('../images/', true);
|
|
|
|
start();
|