summaryrefslogtreecommitdiff
path: root/frontend/src/components/activity/Index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/activity/Index.tsx')
-rw-r--r--frontend/src/components/activity/Index.tsx7
1 files changed, 6 insertions, 1 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 = () => <h1>Activity</h1>;
+const Activity = () => (
+ <>
+ <h1>Activity</h1>
+ <p style={{ height: '100vh' }}>text</p>
+ </>
+);
export default Activity;