Move the GenericApp mixin into the mixins folder
This commit is contained in:
parent
ca185ba42a
commit
0626279fbe
9 changed files with 12 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { CraftCardV1 } from "./CraftCardV1.mjs";
|
||||
import { filePath } from "../../consts.mjs";
|
||||
import { GenericAppMixin } from "../GenericApp.mjs";
|
||||
import { GenericAppMixin } from "../mixins/GenericApp.mjs";
|
||||
import { SkillsCardV1 } from "./SkillsCardV1.mjs";
|
||||
import { StatsCardV1 } from "./StatsCardV1.mjs";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue