diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 06880bab..2e31a5d7 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -1,3 +1,4 @@ +/* global electron */ import PropTypes from 'prop-types' import React from 'react' import CSSModules from 'browser/lib/CSSModules'