Skip to content

Commit

Permalink
background.ts: Use import
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Yen <[email protected]>
  • Loading branch information
mook-as committed May 10, 2021
1 parent a6f770c commit 97c1981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import fs from 'fs';
import path from 'path';
import os from 'os';
import { URL } from 'url';
import util from 'util';
import Electron from 'electron';
import _ from 'lodash';
import * as settings from './src/config/settings';
Expand All @@ -12,7 +13,6 @@ import * as K8s from './src/k8s-engine/k8s';
import Kim from './src/k8s-engine/kim';
import resources from './src/resources';
import Logging from './src/utils/logging';
const util = require('util');

Electron.app.setName('Rancher Desktop');

Expand Down

0 comments on commit 97c1981

Please sign in to comment.