Browse Source

put import on top of file

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
9b02cda98b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/api/storage.js

+ 2
- 1
src/api/storage.js View File

@@ -1,6 +1,7 @@
import Token from './token';

export const LOCAL_STORAGE_KEY = 'lesspass';
export const TOKEN_KEY = 'jwt';
import Token from './token';

export default class Storage {
constructor(storage = window.localStorage) {


Loading…
Cancel
Save