Skip to content

Commit

Permalink
Fix import statement for EventAttendanceProof and resolve merge confl…
Browse files Browse the repository at this point in the history
…icts
  • Loading branch information
devin-ai-integration[bot] committed Aug 11, 2024
1 parent 95fb0e6 commit 0b407c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { useEffect, useState } from "react";
import IdentityVerification from "../components/IdentityVerification";
import OnchainAttestation from "../components/OnchainAttestation";
import EventAttendanceProof from "../components/EventAttendanceVerification";

const stages = ["identity", "attendance", "attestation", "complete"] as const;
type Stage = (typeof stages)[number];
Expand Down

0 comments on commit 0b407c4

Please sign in to comment.