change named import into default import (#6625)

This commit is contained in:
ZHAO Jinxiang
2019-03-12 22:34:12 +08:00
committed by Ian Schmitz
parent dc133a351f
commit b60f56fca7

View File

@@ -1,4 +1,4 @@
import * as React from 'react';
import React from 'react';
import logo from './logo.svg';
import './App.css';