Delete redundant PersistentObject.ts

This commit is contained in:
kitelev 2025-01-04 01:14:35 +05:00
parent edefd702a8
commit d7ce3ef9ce
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import {TFile} from "obsidian";
export default class PersistentObject {
constructor(private file: TFile, private props: any) {
}
}