Add first iteration of the Image DB editor

This commit is contained in:
Oliver 2026-01-18 23:34:24 -07:00
parent 773c506570
commit c7c02702d7
13 changed files with 425 additions and 7 deletions

View file

@ -10,3 +10,4 @@
/* Apps */
@import url("./apps/common.css") layer(apps);
@import url("./apps/ArtistApp.css") layer(apps);
@import url("./apps/ImageApp.css") layer(apps);