This website requires JavaScript.
Explore
Help
Sign in
atridad
/
pollo
Watch
1
Star
0
Fork
You've already forked pollo
0
Code
Activity
Actions
4.0.3
pollo
/
app
/
routes
/
sign-up.$.tsx
6 lines
102 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
Got index and dashboard going
2023-11-21 16:05:53 -07:00
import
{
SignUp
}
from
"@clerk/remix"
;
export
default
function
SignUpPage() {
404 error boundary fixes
2023-11-27 11:49:46 -07:00
return
<
SignUp
/
>
;
Got index and dashboard going
2023-11-21 16:05:53 -07:00
}
Copy permalink