We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25ce62 commit 0b89a1aCopy full SHA for 0b89a1a
src/pages/index.tsx
@@ -1,2 +1,5 @@
1
import React from 'react';
2
-export default () => <div>Hello world!</div>;
+
3
+const Index: React.FC = () => <div>Hello world!</div>;
4
5
+export default Index;
0 commit comments