mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-15 21:34:17 -06:00
jsdoc comments
This commit is contained in:
parent
79be600083
commit
f669a3a72e
@ -1,5 +1,12 @@
|
|||||||
import "./AboutUs.css";
|
import "./AboutUs.css";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param {null} null - needs nothing
|
||||||
|
* @returns {JSX.Element} page - returns the content of the page
|
||||||
|
* @description The home/About us Page
|
||||||
|
* @author Brock <darkicewolf50@gmail.com>
|
||||||
|
* @todo Add content in paragraphs, real photos add add banner image slider
|
||||||
|
*/
|
||||||
const AboutsUs = () => {
|
const AboutsUs = () => {
|
||||||
return (
|
return (
|
||||||
<main className="aboutUs">
|
<main className="aboutUs">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user