Change import order
This commit is contained in:
parent
62554d1622
commit
33ccb01a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Aspect } from "./Aspect.mjs";
|
||||
import { DotDungeonItem } from "./GenericItem.mjs";
|
||||
import { Aspect } from "./Aspect.mjs";
|
||||
|
||||
const classes = {
|
||||
aspect: Aspect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue