Changeset d654c74 for reactapp/src/Pages
- Timestamp:
- 08/06/22 14:09:43 (2 years ago)
- Branches:
- main
- Children:
- 3e98cea
- Parents:
- 74b8c52 (diff), 0df6b9e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Pages/Professor.js
r74b8c52 rd654c74 3 3 import JSOG from "jsog"; 4 4 import OpinionTree from "../Components/OpinionTree"; 5 import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";6 import {7 solid,8 regular,9 brands,10 } from "@fortawesome/fontawesome-svg-core/import.macro";11 5 12 6 import { … … 70 64 return ( 71 65 <div> 72 <p >loading</p>66 <p style={{ marginTop: "140px" }}>се вчитува...</p> 73 67 <Outlet /> 74 68 </div>
Note:
See TracChangeset
for help on using the changeset viewer.