mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-26 06:05:47 +08:00
change named import into default import (#6625)
This commit is contained in:
committed by
Ian Schmitz
parent
dc133a351f
commit
b60f56fca7
@@ -1,4 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import React from 'react';
|
||||
import logo from './logo.svg';
|
||||
import './App.css';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user