Skip to content

Commit

Permalink
add comment what does the header component do
Browse files Browse the repository at this point in the history
  • Loading branch information
CopyDemon committed May 1, 2024
1 parent 43da08c commit fb859b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IDAES-UI/src/components/header_component/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import HeaderFunctionButtonsWrapper from "./header_fn_btn_wrapper_component/hade
import "./header.css";
import css from "./header.module.css";

/**
* @description react component use to wrap all header related components
* @returns react component <Header />
*/
export default function Header(){
let val = useContext(AppContext)

Expand Down

0 comments on commit fb859b5

Please sign in to comment.