Skip to content

Commit c00061d

Browse files
Update index.js
1 parent 465f8b9 commit c00061d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • modules/components/documentation

modules/components/documentation/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { Component } from 'react';
22
import README from '../../../README.md';
33
import marked from 'marked';
44
import { Version } from './version';
5-
import { shell } from 'electron';
65

76
const docs = {__html: marked(README.split('(__docs__)').pop())};
87

0 commit comments

Comments
 (0)