mirror of
https://github.com/nwindian/Memorization-Plugin.git
synced 2026-07-22 08:00:26 +00:00
remove unneeded stuff
This commit is contained in:
parent
a083fd310f
commit
aa36f80bbc
1 changed files with 1 additions and 4 deletions
|
|
@ -1,12 +1,9 @@
|
|||
import { Modal, App, TAbstractFile } from 'obsidian'
|
||||
import { Modal, App } from 'obsidian'
|
||||
import { Notes } from 'src/Models/Notes'
|
||||
//import '../../styles.css'
|
||||
|
||||
export class PromptModal extends Modal {
|
||||
private notes: Array<Notes>
|
||||
private docs: Array<any>
|
||||
private file: TAbstractFile | null
|
||||
private stuff: any
|
||||
private resolveFn: ((result: string | null) => void) | null = null;
|
||||
|
||||
constructor(app: App, notes: Notes[]) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue