From 18182dc860b5ec3cce3aca5b14fc51b618354f4e Mon Sep 17 00:00:00 2001 From: tanhengyeow Date: Thu, 18 Jun 2020 00:20:47 +0800 Subject: Update placeholder pages --- frontend/src/components/activity/Index.tsx | 7 ++++++- frontend/src/components/home/Index.tsx | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/activity/Index.tsx b/frontend/src/components/activity/Index.tsx index 9f6590c3..d7326049 100644 --- a/frontend/src/components/activity/Index.tsx +++ b/frontend/src/components/activity/Index.tsx @@ -1,5 +1,10 @@ import * as React from 'react'; -const Activity = () =>

Activity

; +const Activity = () => ( + <> +

Activity

+

text

+ +); export default Activity; diff --git a/frontend/src/components/home/Index.tsx b/frontend/src/components/home/Index.tsx index 27fa3b03..442344e5 100644 --- a/frontend/src/components/home/Index.tsx +++ b/frontend/src/components/home/Index.tsx @@ -1,5 +1,10 @@ import * as React from 'react'; -const Home = () =>

Home

; +const Home = () => ( + <> +

Home

+

text

+ +); export default Home; -- cgit v1.2.3