Skip to content

Commit b60f56f

Browse files
xiaoxiangmoeianschmitz
authored andcommitted
change named import into default import (#6625)
1 parent dc133a3 commit b60f56f

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/template-typescript/src

1 file changed

+1
-1
lines changed

packages/react-scripts/template-typescript/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as React from 'react';
1+
import React from 'react';
22
import logo from './logo.svg';
33
import './App.css';
44

0 commit comments

Comments
 (0)