Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create data transfer complete route
  • Loading branch information
regalijan committed Nov 23, 2023
1 parent b8251b6 commit c7beb73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/routes/data-transfer/complete.tsx
@@ -0,0 +1,10 @@
import Success from "../../../components/Success.js";

export default function () {
return (
<Success
heading="Data Transfer Submitted"
message="Your request is now being processed; this normally takes 1-2 weeks."
/>
);
}

0 comments on commit c7beb73

Please sign in to comment.