mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 17:13:42 +01:00
4b794e134d
* Migrate to newer version of Font Awesome * Add bot icon to bot avatars
9 lines
240 B
JavaScript
9 lines
240 B
JavaScript
import Rails from 'rails-ujs';
|
|
|
|
export function start() {
|
|
require('@fortawesome/fontawesome-free/css/fontawesome.css');
|
|
require('@fortawesome/fontawesome-free/css/solid.css');
|
|
require.context('../images/', true);
|
|
|
|
Rails.start();
|
|
};
|