UI improvements

This commit is contained in:
Karel Krýda
2022-05-08 20:03:24 +02:00
parent 9a35386841
commit ed218e73bb
5 changed files with 41 additions and 10 deletions

View File

@@ -43,6 +43,7 @@ import {
faAngleDown,
faWrench,
faHeartbeat,
faFilter,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -85,6 +86,7 @@ library.add(
faAngleDown,
faWrench,
faHeartbeat,
faFilter,
);
export { FontAwesomeIcon };