page.tsx 96 B

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