Create data transfer complete route
This commit is contained in:
parent
b8251b67b5
commit
c7beb732cf
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."
|
||||
/>
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user