diff --git a/Explorer.js b/Explorer.js new file mode 100644 index 0000000..e19d45e --- /dev/null +++ b/Explorer.js @@ -0,0 +1,11 @@ +import React from "react"; + +export default function Explorer({ ad, yas}) { + return ( + <> +

{ad}

+
{yas}
+
+ + ); +}