From 013ed6d31603ab3fe83b85fda82801aec3e2fb26 Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Mon, 30 Sep 2024 18:59:30 +0530 Subject: [PATCH] contributor.jsx --- frontend/src/Pages/contributor.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/Pages/contributor.jsx b/frontend/src/Pages/contributor.jsx index 8b13789..bdfdd98 100644 --- a/frontend/src/Pages/contributor.jsx +++ b/frontend/src/Pages/contributor.jsx @@ -1 +1,10 @@ +import React from 'react' + +const contributor = () => { + return ( +
contributor
+ ) +} + +export default contributor \ No newline at end of file