Skip to content

Commit adf31cf

Browse files
committed
Unnecessary React.FC
1 parent 666e001 commit adf31cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import React, { FC } from 'react'
1+
import React from 'react'
22

3-
export const App: FC = () => (
3+
export const App = () => (
44
<header className="app-header">
55
<p>
66
Edit <code>src/App.tsx</code> and save to reload.

0 commit comments

Comments
 (0)