fix: deps on weba and mobile

This commit is contained in:
Karol Sójko
2022-07-06 14:18:36 +02:00
parent 0e40469e2f
commit d38071168a
9 changed files with 11 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ import {
STRING_LOCAL_ENC_ENABLED,
STRING_ENC_NOT_ENABLED,
} from '@/Constants/Strings'
import { BackupFile } from '@standardnotes/encryption'
import { BackupFile } from '@standardnotes/snjs'
import { ChangeEventHandler, MouseEventHandler, useCallback, useEffect, useRef, useState } from 'react'
import { WebApplication } from '@/Application/Application'
import { ViewControllerManager } from '@/Services/ViewControllerManager'