Przeglądaj źródła

put import on top of file

pull/342/head
Guillaume Vincent 7 lat temu
rodzic
commit
9b02cda98b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/api/storage.js

+ 2
- 1
src/api/storage.js Wyświetl plik

@@ -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) {


Ładowanie…
Anuluj
Zapisz