Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Move and change import/require
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 5, 2021
1 parent 4b5e63b commit eaf175d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/select-list-view.ts
@@ -1,7 +1,5 @@
// TODO: fix redundant returns in methods

const etch = require('etch')
import { Disposable, CompositeDisposable, TextEditor, CommandEvent } from 'atom'
import etch from 'etch'
const $ = etch.dom
import fuzzaldrin from 'fuzzaldrin'

Expand Down

0 comments on commit eaf175d

Please sign in to comment.