Get the icon component coded and being used in the incrementer component
This commit is contained in:
parent
3ace1df5a2
commit
f15f3a4456
5 changed files with 141 additions and 70 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import { DotDungeonIncrementer } from "./incrementer.mjs";
|
||||
import { DotDungeonIcon } from "./icon.mjs";
|
||||
|
||||
const components = [
|
||||
DotDungeonIcon,
|
||||
DotDungeonIncrementer,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue