mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-17 16:56:37 +08:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { Home } from "./components/home";
|
|
|
|
export default function App() {
|
|
return <Home />;
|
|
}
|