RC-105 | Add an rc-svg component for ease of SVG-loading, and add the hero silhouette to the sheet
This commit is contained in:
parent
c1f0e8d9c5
commit
07f3b24897
9 changed files with 63 additions and 4 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import { Logger } from "../../utils/Logger.mjs";
|
||||
import { RipCryptIcon } from "./Icon.mjs";
|
||||
import { RipCryptSVGLoader } from "./svgLoader.mjs";
|
||||
|
||||
const components = [
|
||||
RipCryptIcon,
|
||||
RipCryptSVGLoader,
|
||||
];
|
||||
|
||||
export function registerCustomComponents() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue