eslint fix

This commit is contained in:
Mikhail Mikheev 2019-04-08 11:46:05 +04:00
parent 6e9799bd17
commit 0f7d68b575
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
// @flow // @flow
import { import { ImmortalStorage, IndexedDbStore, LocalStorageStore } from 'immortal-db'
ImmortalStorage, IndexedDbStore, LocalStorageStore,
} from 'immortal-db'
// Don't use sessionStorage and cookieStorage // Don't use sessionStorage and cookieStorage
// https://github.com/gruns/ImmortalDB/issues/22 // https://github.com/gruns/ImmortalDB/issues/22