Rename the elements folder to components
This commit is contained in:
parent
e489da9666
commit
e49fa03fed
6 changed files with 1 additions and 1 deletions
|
|
@ -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`;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue