Skip to content

Commit

Permalink
style: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
qrg committed Dec 8, 2019
1 parent e25ce62 commit 0b89a1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
import React from 'react';
export default () => <div>Hello world!</div>;

const Index: React.FC = () => <div>Hello world!</div>;

export default Index;

0 comments on commit 0b89a1a

Please sign in to comment.