From 6e62b108a96fe7635f67843729489e3b2054883e Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Wed, 12 Dec 2018 13:08:52 +0100 Subject: Added a bunch of types --- packages/website/ts/@next/pages/why.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/website/ts/@next/pages/why.tsx') diff --git a/packages/website/ts/@next/pages/why.tsx b/packages/website/ts/@next/pages/why.tsx index b2d025b8f..d0d909949 100644 --- a/packages/website/ts/@next/pages/why.tsx +++ b/packages/website/ts/@next/pages/why.tsx @@ -75,7 +75,7 @@ const useCaseSlides = [ description: 'Efficient lending requires liquid markets where investors can buy and re-sell loans. 0x enables an ecosystem of lenders to self-organize and efficiently determine market prices for all outstanding loans.', }, ]; -// + export class NextWhy extends React.PureComponent { public render(): React.ReactNode { return ( -- cgit v1.2.3