We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666e001 commit adf31cfCopy full SHA for adf31cf
src/app.tsx
@@ -1,6 +1,6 @@
1
-import React, { FC } from 'react'
+import React from 'react'
2
3
-export const App: FC = () => (
+export const App = () => (
4
<header className="app-header">
5
<p>
6
Edit <code>src/App.tsx</code> and save to reload.
0 commit comments