eslint fix
This commit is contained in:
parent
6e9799bd17
commit
0f7d68b575
|
@ -1,7 +1,5 @@
|
|||
// @flow
|
||||
import {
|
||||
ImmortalStorage, IndexedDbStore, LocalStorageStore,
|
||||
} from 'immortal-db'
|
||||
import { ImmortalStorage, IndexedDbStore, LocalStorageStore } from 'immortal-db'
|
||||
|
||||
// Don't use sessionStorage and cookieStorage
|
||||
// https://github.com/gruns/ImmortalDB/issues/22
|
||||
|
|
Loading…
Reference in New Issue