Rename the Artist/Image App files to match the app's class name
This commit is contained in:
parent
547816701d
commit
dc3224fb6a
4 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { __ID__, filePath } from "../consts.mjs";
|
||||
import { getFile, lastModifiedAt } from "../utils/fs.mjs";
|
||||
import { paginate } from "../utils/pagination.mjs";
|
||||
import { ImageApp } from "./Image.mjs";
|
||||
import { ImageApp } from "./ImageApp.mjs";
|
||||
|
||||
const { HandlebarsApplicationMixin, ApplicationV2 } = foundry.applications.api;
|
||||
const { FormDataExtended } = foundry.applications.ux;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue