Make data transfer pages live
This commit is contained in:
10
app/routes/data-transfer_.complete.tsx
Normal file
10
app/routes/data-transfer_.complete.tsx
Normal file
@ -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."
|
||||
/>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user