mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 19:45:13 +00:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
import { start } from 'rails-ujs';
|
|
import 'font-awesome/css/font-awesome.css';
|
|
|
|
require.context('../images/', true);
|
|
|
|
start();
|