1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

added electron as global variable to pass eslint check

This commit is contained in:
Yu-Hung Ou
2018-03-16 23:11:43 +11:00
parent ede41d01b4
commit 433fce286e

View File

@@ -1,3 +1,4 @@
/* global electron */
import PropTypes from 'prop-types'
import React from 'react'
import CSSModules from 'browser/lib/CSSModules'