ChatGPT-Next-Web/app/page.tsx

6 lines
96 B
TypeScript

import { Home } from "./components/home";
export default function App() {
return <Home />;
}