Skip to content

Commit 7125133

Browse files
committed
Merge branch 'master' of github.com:kirjavascript/Flex2
2 parents 5a2407f + c00061d commit 7125133

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)