1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 13:11:44 +00:00

remove linkState function & move modal.js to main/lib

This commit is contained in:
Rokt33r
2016-05-14 12:45:49 +09:00
parent 04e5034f5f
commit 9869545777
10 changed files with 12 additions and 178 deletions

View File

@@ -1,5 +1,4 @@
import React, { PropTypes } from 'react'
import linkState from 'browser/lib/linkState'
import fetchConfig from 'browser/lib/fetchConfig'
import hljsTheme from 'browser/lib/hljsThemes'
@@ -235,7 +234,6 @@ export default class AppSettingTab extends React.Component {
}
}
AppSettingTab.prototype.linkState = linkState
AppSettingTab.propTypes = {
user: PropTypes.shape({
name: PropTypes.string