mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-03 08:27:43 +08:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { Home } from "./components/home";
|
|
|
|
export default function App() {
|
|
return <Home />;
|
|
}
|