Moving AppContext into its own component

This commit is contained in:
Jeff Avallone
2019-01-12 12:15:18 -05:00
parent 786cd06cd9
commit d589329883
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import LinkIcon from 'react-feather/dist/icons/link';
import style from './style.module.css';
import AppContext from 'components/App/context';
import AppContext from 'components/AppContext';
class FormActions extends React.PureComponent {
static contextType = AppContext