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