source:
CookCraft-FrontEnd/CookCraft-FrontEnd-master/cookcraft-app/src/components/About.jsx
Last change on this file was d7b7f00, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 261 bytes |
Line | |
---|---|
1 | import Header from "./HomeComponents/Header"; |
2 | import Footer from "./HomeComponents/Footer"; |
3 | import AboutBody from "./AboutComponents/AboutBody"; |
4 | |
5 | const About = () => { |
6 | return <> |
7 | <Header/> |
8 | <AboutBody/> |
9 | <Footer/> |
10 | </> |
11 | } |
12 | |
13 | export default About; |
Note:
See TracBrowser
for help on using the repository browser.