diff --git a/src/Interivew Booking/InterviewBooking.js b/src/Interivew Booking/InterviewBooking.js new file mode 100644 index 0000000..b00407c --- /dev/null +++ b/src/Interivew Booking/InterviewBooking.js @@ -0,0 +1,12 @@ +/** + * @param {null} null - requires onthing + * @returns {JSX.Element} Page - HTML tags and JS functionality + * @description The Footer of the page + * @author Brock + * @todo add who helped developed the site and finalize css + */ +const interviewBooking = () => { + return

Hello

; +}; + +export default interviewBooking; diff --git a/src/index.js b/src/index.js index f3835dd..e0148ed 100644 --- a/src/index.js +++ b/src/index.js @@ -9,6 +9,7 @@ import OurSponsors from "./OurSponsors/OurSponsors"; import JoinTheClub from "./Club Membership & Upcoming Events/JoinTheClub/JoinTheClub"; import UpcomingEvents from "./Club Membership & Upcoming Events/UpcominEvents/UpcomingEvents"; import Gallery from "./Gallery/Gallery"; +import interviewBooking from "./Interivew Booking/InterviewBooking"; import "./index.css"; const root = ReactDOM.createRoot(document.getElementById("root")); @@ -35,6 +36,10 @@ root.render( }> + } + />