Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Dec 12, 2023
1 parent 1945daa commit ef938e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/pages/registration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const defaultData: DeedInfoModel = fakeData;

type ErrorCode = "notFound" | "unauthorized";

const RegistrationForm: NextPage = () => {
const Registration: NextPage = () => {
// const [step, setStep] = useState(0);
const { query, isReady, push } = useRouter();
const { id } = query as { id: string };
Expand Down Expand Up @@ -356,4 +356,4 @@ const RegistrationForm: NextPage = () => {
);
};

export default RegistrationForm;
export default Registration;

0 comments on commit ef938e1

Please sign in to comment.