Preview: Map1.jsx
Size: 297 B
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/Map/Map1.jsx
import React from "react"
export default function Map1({ data }) {
const { google_map_iframe } = data
return (
<div
className="cs_google_map cs_gray_bg"
dangerouslySetInnerHTML={{
__html: google_map_iframe
}}
/>
)
}
Directory Contents
Dirs: 0 × Files: 1