mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Cleanup __APP__/getApp code
This commit is contained in:
parent
29cf711a6a
commit
b904eca98e
34 changed files with 86 additions and 146 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { CLIENT_SIDE_STORAGE_INDEX_NAME } from 'Common/Consts';
|
||||
|
||||
const storage = window.localStorage;
|
||||
const storage = localStorage;
|
||||
|
||||
/**
|
||||
* @param {number} key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue