Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanAsh committed Sep 2, 2024
1 parent 8275a25 commit 51766db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import agreementSignature from "./agreementSignature"
import contributor from "./contributor"
import general from "./general"

const routes = (
<>
{general}
{contributor}
{agreementSignature}
</>
)
Expand Down

0 comments on commit 51766db

Please sign in to comment.