Files
web-page/src/component/Contact.jsx

9 lines
107 B
React
Raw Normal View History

2026-02-21 12:37:37 +05:30
import React from 'react'
function Contact() {
return (
<div>Contact</div>
)
}
export default Contact