Skip to content

Commit

Permalink
Setup linting
Browse files Browse the repository at this point in the history
  • Loading branch information
larkintuckerllc committed Feb 24, 2018
1 parent 82948cf commit 1f22f42
Show file tree
Hide file tree
Showing 9 changed files with 6,184 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ant/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function({ message }: AppProps ) {
return (
<div>
<h1>Hello {message}</h1>
<Button type="primary">Test</Button
<Button type="primary">Test</Button>
</div>
);
};
Loading

0 comments on commit 1f22f42

Please sign in to comment.