Skip to content
This repository was archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Create Explorer2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
veridelisi authored Nov 18, 2022
1 parent 17815f0 commit 35680c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Explorer2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from "react";

export default function Explorer2(props) {
return (
<>
<h3>{props.ad}</h3>
<h5>{props.yas}</h5>
<hr />
</>
);
}

0 comments on commit 35680c0

Please sign in to comment.