A complete maintenance planning system has been created

This commit is contained in:
Karel Krýda
2022-01-23 15:22:00 +01:00
parent c3c4db52ec
commit 0d3414c6d6
32 changed files with 1121 additions and 51 deletions

View File

@@ -34,6 +34,7 @@ import {
faAward,
faLink,
faChevronDown,
faWrench,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -67,6 +68,7 @@ library.add(
faAward,
faLink,
faChevronDown,
faWrench,
);
export { FontAwesomeIcon };