chore(web): fix tests

This commit is contained in:
Mo
2022-07-06 09:44:13 -05:00
parent e6859d4a8d
commit d315c8c6c1
4 changed files with 15 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
import { AlertService, ButtonType, sanitizeHtmlString } from '@standardnotes/snjs'
import { AlertService, ButtonType } from '@standardnotes/services'
import { sanitizeHtmlString } from '@standardnotes/utils'
import { SKAlert } from '@standardnotes/styles'
/** @returns a promise resolving to true if the user confirmed, false if they canceled */