mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
589472c2b5
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
8 lines
253 B
TypeScript
8 lines
253 B
TypeScript
/**
|
|
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
*/
|
|
|
|
// This mock exists because library causes criminal side-effect on import
|
|
export const autoUpdater = {};
|