Skip to content
Toggle navigation
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this user
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
{{ message }}
regalijan
/
car-crushers-portal
Public
Notifications
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Permalink
car-crushers-portal
/
app
/
routes
/
data-transfer_.complete.tsx
Newer
Older
Raw
Normal view
History
100644
10 lines (9 sloc)
242 Bytes
Make data transfer pages live
November 24, 2023 02:20
1
import
Success
from
"../../components/Success.js"
;
Create data transfer complete route
November 22, 2023 23:15
2
3
export
default
function
(
)
{
4
return
(
5
<
Success
6
heading
=
"Data Transfer Submitted"
7
message
=
"Your request is now being processed; this normally takes 1-2 weeks."
8
/
>
9
)
;
10
}
You can’t perform that action at this time.