internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { WebApplicationInterface } from '@standardnotes/services'
|
||||
import { WebApplicationInterface } from '../../WebApplication/WebApplicationInterface'
|
||||
import { SimplenoteConverter } from './SimplenoteConverter'
|
||||
import data from './testData'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { DecryptedTransferPayload, NoteContent } from '@standardnotes/models'
|
||||
import { ContentType } from '@standardnotes/common'
|
||||
import { readFileAsText } from '../Utils'
|
||||
import { WebApplicationInterface } from '@standardnotes/services'
|
||||
import { WebApplicationInterface } from '../../WebApplication/WebApplicationInterface'
|
||||
|
||||
type SimplenoteItem = {
|
||||
creationDate: string
|
||||
|
||||
Reference in New Issue
Block a user