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