mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-30 18:43:08 +02:00
Update src/client/app/init.ts
This commit is contained in:
parent
6ddd2389dc
commit
66e3cb8eda
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,7 @@ import {
|
||||||
faServer,
|
faServer,
|
||||||
faExclamationCircle,
|
faExclamationCircle,
|
||||||
faSpinner,
|
faSpinner,
|
||||||
|
faBroadcastTower
|
||||||
} from '@fortawesome/free-solid-svg-icons';
|
} from '@fortawesome/free-solid-svg-icons';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -224,6 +225,7 @@ library.add(
|
||||||
faServer,
|
faServer,
|
||||||
faExclamationCircle,
|
faExclamationCircle,
|
||||||
faSpinner,
|
faSpinner,
|
||||||
|
faBroadcastTower,
|
||||||
|
|
||||||
farBell,
|
farBell,
|
||||||
farEnvelope,
|
farEnvelope,
|
||||||
|
|
Loading…
Reference in a new issue