Skip to content

Commit 0b89a1a

Browse files
committed
style: fix lint errors
1 parent e25ce62 commit 0b89a1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/index.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
import React from 'react';
2-
export default () => <div>Hello world!</div>;
2+
3+
const Index: React.FC = () => <div>Hello world!</div>;
4+
5+
export default Index;

0 commit comments

Comments
 (0)