Add a component that handles displaying the person silhouette with some content inside of it

This commit is contained in:
Oliver-Akins 2025-07-20 21:32:46 -06:00
parent 26a2e0f3ff
commit 2b88bcc2ef
4 changed files with 146 additions and 0 deletions

View file

@ -1,9 +1,11 @@
import { ArmourSummary } from "./ArmourSummary.mjs";
import { Logger } from "../../utils/Logger.mjs";
import { RipCryptBorder } from "./RipCryptBorder.mjs";
import { RipCryptIcon } from "./Icon.mjs";
import { RipCryptSVGLoader } from "./svgLoader.mjs";
const components = [
ArmourSummary,
RipCryptIcon,
RipCryptSVGLoader,
RipCryptBorder,