We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465f8b9 commit c00061dCopy full SHA for c00061d
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