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