mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-23 09:41:55 +00:00
uuid bump
This commit is contained in:
@@ -3,7 +3,7 @@ import { Injectable } from '@angular/core'
|
|||||||
import { ElectronService } from './electron.service'
|
import { ElectronService } from './electron.service'
|
||||||
import { ConfigService } from './config.service'
|
import { ConfigService } from './config.service'
|
||||||
import * as mixpanel from 'mixpanel'
|
import * as mixpanel from 'mixpanel'
|
||||||
import * as uuidv4 from 'uuid/v4'
|
import { v4 as uuidv4 } from 'uuid/v4'
|
||||||
|
|
||||||
@Injectable({ providedIn: 'root' })
|
@Injectable({ providedIn: 'root' })
|
||||||
export class HomeBaseService {
|
export class HomeBaseService {
|
||||||
|
Reference in New Issue
Block a user