diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-15 22:47:28 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-15 22:47:28 +0100 |
| commit | a53a598461a25e8bf1d0bd3e63c47642e3213aef (patch) | |
| tree | 25fd8abc3d5ad1bbef9eeb96d86e0170d6f55dc6 /client/session.js | |
| parent | f91c6d8e870bd3b2c69a130e4b1ed8f6be250b92 (diff) | |
client stuff
Diffstat (limited to 'client/session.js')
| -rw-r--r-- | client/session.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/session.js b/client/session.js index 5bfae7eb..0fae31d2 100644 --- a/client/session.js +++ b/client/session.js @@ -1,5 +1,5 @@ -import Storage from 'store2' +// import Storage from 'store2' -const session = Storage.namespace('vcat.search') +// const session = Storage.namespace('vcat.search') -export default session +// export default session |
