Rename the elements folder to components

This commit is contained in:
Oliver-Akins 2025-07-20 14:14:46 -06:00
parent e489da9666
commit e49fa03fed
6 changed files with 1 additions and 1 deletions

View file

@ -1,11 +0,0 @@
import { RipCryptIcon } from "./Icon.mjs";
/**
Attributes:
@property {string} name - The name of the icon, takes precedence over the path
@property {string} path - The path of the icon file
*/
export class RipCryptSVGLoader extends RipCryptIcon {
static elementName = `rc-svg`;
static _stylePath = `css/components/svg-loader.css`;
};