parent
cf7347fd3c
commit
20173f0e86
15 changed files with 648 additions and 695 deletions
|
|
@ -5,9 +5,8 @@ import {basename} from 'path';
|
|||
// patching Module._load
|
||||
// so plugins can `require` them without needing their own version
|
||||
// https://github.com/zeit/hyper/issues/619
|
||||
import React from 'react';
|
||||
import React, {PureComponent} from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import {PureComponent} from '../base-components';
|
||||
import Notification from '../components/notification';
|
||||
import notify from './notify';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue