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

Commit

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

export default function Explorer({ ad, yas}) {
return (
<>
<h3>{ad}</h3>
<h5>{yas}</h5>
<hr />
</>
);
}

0 comments on commit 17815f0

Please sign in to comment.