mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-29 02:51:37 +01:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
|
import 'font-awesome/css/font-awesome.css';
|
||
|
require.context('../../images/', true);
|
||
|
import './styles/index.scss';
|