import React from "react";
import "./index.css";
const App = () => {
return (
<>
>
);
};
const Child1 = () => {
return first child1;
};
const Child2 = () => {
return second child2;
};
export default App;
first child1
second child2