diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 79c5818..70e1008 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -1,11 +1,9 @@ import agreementSignature from "./agreementSignature" -import contributor from "./contributor" import general from "./general" const routes = ( <> {general} - {contributor} {agreementSignature} )