Implement comment replies.

This commit is contained in:
FireMaskterK
2021-11-01 20:23:04 +00:00
parent 4b35b6925d
commit 8ea56aa0b9
3 changed files with 46 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import {
faHeadphones,
faRss,
faChevronLeft,
faLevelDownAlt,
faTv,
} from "@fortawesome/free-solid-svg-icons";
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
@@ -27,6 +28,7 @@ library.add(
faYoutube,
faRss,
faChevronLeft,
faLevelDownAlt,
faTv,
);