This website requires JavaScript.
Explore
Help
Sign In
chenxv399
/
NextChat-U
Watch
1
Star
0
Fork
0
You've already forked NextChat-U
forked from
GithubProxy/ChatGPT-Next-Web
Code
Pull Requests
Activity
2c9baa4e2c
NextChat-U
/
app
/
page.tsx
6 lines
96 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add basic ui
2023-03-10 02:01:40 +09:00
import
{
Home
}
from
"./components/home"
;
Initial commit from Create Next App
2023-03-08 00:23:54 +09:00
feat: add basic ui
2023-03-10 02:01:40 +09:00
export
default
function
App() {
return
<
Home
/
>
;
Initial commit from Create Next App
2023-03-08 00:23:54 +09:00
}
Copy Permalink