We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a2407f + c00061d commit 7125133Copy full SHA for 7125133
1 file changed
modules/components/documentation/index.js
@@ -2,7 +2,6 @@ import React, { Component } from 'react';
2
import README from '../../../README.md';
3
import marked from 'marked';
4
import { Version } from './version';
5
-import { shell } from 'electron';
6
7
const docs = {__html: marked(README.split('(__docs__)').pop())};
8
0 commit comments