Add a test email feature to the admin panel - Closes #307

This commit is contained in:
Bubka
2024-02-26 15:06:26 +01:00
parent 04078b09aa
commit 88d37394d3
10 changed files with 191 additions and 5 deletions

View File

@ -49,7 +49,8 @@ import {
} from '@fortawesome/free-solid-svg-icons'
import {
faStar
faStar,
faPaperPlane,
} from '@fortawesome/free-regular-svg-icons'
import {
@ -105,6 +106,7 @@ library.add(
faStar,
faChevronRight,
faOpenid,
faPaperPlane,
);
export default FontAwesomeIcon