Ignore:
Timestamp:
07/30/22 15:39:04 (2 years ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
e958037
Parents:
3a44163
Message:

made OpinionTree display author info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/App.js

    r3a44163 r2998dc4  
    44  return (
    55    <div>
    6       <h1>Main App Page</h1>
    7       <nav
    8         style={{
    9           borderBottom: "solid 1px",
    10           paddingBottom: "1rem",
    11         }}
    12       >
    13         <Link to="/professor">Professor</Link>
    14       </nav>
     6      <h1>profesori.mk</h1>
    157      <Outlet />
    168    </div>
Note: See TracChangeset for help on using the changeset viewer.