This website requires JavaScript.
./raj
Help
Register
Sign In
raj
/
raj.how
Watch
1
Star
0
Fork
You've already forked raj.how
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ec2b3b291a
raj.how
/
src
/
app
/
pages
/
[...page]
/
page.tsx
6 lines
97 B
TypeScript
Raw
Blame
History
import
{
redirect
}
from
"next/navigation"
;
export
default
function
Page() {
redirect
(
"/"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink