eslint fix
This commit is contained in:
parent
6e9799bd17
commit
0f7d68b575
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue