uuid bump

This commit is contained in:
Eugene Pankov 2020-05-02 14:12:01 +02:00
parent dbae3b66cd
commit e6abdcf3e9
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -3,7 +3,7 @@ import { Injectable } from '@angular/core'
import { ElectronService } from './electron.service'
import { ConfigService } from './config.service'
import * as mixpanel from 'mixpanel'
import * as uuidv4 from 'uuid/v4'
import { v4 as uuidv4 } from 'uuid/v4'
@Injectable({ providedIn: 'root' })
export class HomeBaseService {