Add a component that handles displaying the person silhouette with some content inside of it
This commit is contained in:
parent
26a2e0f3ff
commit
2b88bcc2ef
4 changed files with 146 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue