Resolve conflicts

This commit is contained in:
Karel Krýda
2022-04-30 14:33:54 +02:00
parent ed84e56a85
commit 7532acc95d
10 changed files with 74 additions and 65 deletions

View File

@@ -42,6 +42,7 @@ import {
faPlusCircle,
faAngleDown,
faWrench,
faHeartbeat,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -83,6 +84,7 @@ library.add(
faPlusCircle,
faAngleDown,
faWrench,
faHeartbeat,
);
export { FontAwesomeIcon };