pages
ci / docker_image (push) Successful in 2m57s
ci / deploy (push) Successful in 28s

This commit is contained in:
2026-02-04 18:49:35 -06:00
parent 8ea632a14f
commit 5cd3af719d
9 changed files with 433 additions and 124 deletions
+2
View File
@@ -10,4 +10,6 @@ export interface Item {
transferred: boolean; // to L&F location
keywords?: string[];
foundLocation: string;
deleted: boolean;
image: boolean;
}