parent
f6de1b7f93
commit
97b483cf60
6 changed files with 42 additions and 1 deletions
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 259 KiB |
After Width: | Height: | Size: 826 B |
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,7 @@ |
|||||||
|
import React from "react"; |
||||||
|
|
||||||
|
const ContactUsInfoCard = () => { |
||||||
|
return <div>ContactUsInfoCard</div>; |
||||||
|
}; |
||||||
|
|
||||||
|
export default ContactUsInfoCard; |
Loading…
Reference in new issue