mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 02:20:41 +00:00
13 lines
146 B
JavaScript
13 lines
146 B
JavaScript
function About() {
|
|
|
|
return (
|
|
<>
|
|
<div>
|
|
<p>About</p>
|
|
</div>
|
|
</>
|
|
)
|
|
}
|
|
|
|
export default About
|
|
|