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 @@
|
|||
// Applications
|
||||
import { ArtBrowser } from "./apps/ArtBrowser.mjs";
|
||||
import { ArtistApp } from "./apps/Artist.mjs";
|
||||
import { ImageApp } from "./apps/Image.mjs";
|
||||
import { ArtistApp } from "./apps/ArtistApp.mjs";
|
||||
import { ImageApp } from "./apps/ImageApp.mjs";
|
||||
|
||||
// Utils
|
||||
import { getFile, hashFile, lastModifiedAt, uploadJson } from "./utils/fs.mjs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue