Files
calchat/app/index.tsx
2025-11-24 22:06:55 +01:00

9 lines
140 B
TypeScript

import React from "react";
import ManyHelloes from "./Hello_World";
export default function Index() {
return (
<ManyHelloes/>
);
}