Migrate styling to styled-jsx (#2761)

Fixes #2737
This commit is contained in:
Timothy 2018-03-17 12:51:36 +00:00 committed by CHaBou
parent cf7347fd3c
commit 20173f0e86
15 changed files with 648 additions and 695 deletions

View file

@ -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';