This commit is contained in:
Dax Raad
2025-05-26 13:39:16 -04:00
parent 2ed17f4877
commit e1ec815d1b
3 changed files with 30 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { App } from "../../app";
export namespace FileTimes {
export const state = App.state("tool.edit", () => ({
export const state = App.state("tool.filetimes", () => ({
read: new Map<string, Date>(),
write: new Map<string, Date>(),
}));