Skip to content

Commit

Permalink
Build fail issue check
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaywayase committed Jul 11, 2024
1 parent 8a8859d commit 7a52453
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import React from "react";
import React from 'react';
import {
Header,
MessageWrapper,
Wrapper,
Message,
Button,
} from "./styledConfirmationPage";
} from './styledConfirmationPage';

import Link from "next/link";
import Link from 'next/link';
export default function ConfirmationPage() {
return (
<Wrapper>
<Header>Apply with Dev Launchers!</Header>
<MessageWrapper>
<Message>Thank you for applying to Dev Launchers!</Message>
<Message>Thank you for applying to Dev Launchers!!!!</Message>

<Message>
Your application has been sent to the product owner and is now in
Expand Down

0 comments on commit 7a52453

Please sign in to comment.