Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SirChronus committed Sep 6, 2019
1 parent 2744335 commit 7c6c9d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/settings-editor.vue
Expand Up @@ -47,7 +47,6 @@ import { set, isEqual, merge } from 'lodash';
import { SettingsConfigurationValue, Settings } from '../store/states/settings.state';
import { GETTER_VALUE_BY_PATH, GETTER_CONFIGURATIONS_BY_PATH, ACTION_BULK_SET_SETTINGS } from '../store/modules/settings.module';
import { IO_SERVICE_TOKEN } from '../services/io.service';
import { createHash } from 'crypto';
import { ELECTRON_INTERFACE_TOKEN } from '../common/interfaces/electron';
@Component({ name: 'spl-settings-editor' })
Expand Down

0 comments on commit 7c6c9d0

Please sign in to comment.