refactor: importer

This commit is contained in:
Aman Harwara
2023-12-07 21:29:00 +05:30
parent 2cc2dddb9b
commit 620cd960e2
9 changed files with 14 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
import { NoteType } from '@standardnotes/features'
import { parseFileName } from '@standardnotes/filepicker'
import { Converter } from '../Converter'
@@ -33,7 +32,7 @@ export class HTMLConverter implements Converter {
updatedAt: updatedAtDate,
title: name,
text,
noteType: NoteType.Super,
useSuperIfPossible: true,
}),
]
}