1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00

7 lines
175 B
JavaScript
Raw Normal View History

2017-11-18 15:12:52 -08:00
// This file will be loaded on all pages, regardless of theme.
import 'packs/public-path';
2017-11-30 19:29:47 -08:00
import 'font-awesome/css/font-awesome.css';
2017-12-03 23:52:13 -08:00
require.context('../images/', true);