Ignore:
Timestamp:
08/06/22 14:09:43 (2 years ago)
Author:
unknown <mlviktor23@…>
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.
Message:

Merge branch 'main' of https://github.com/neeznamm/profesori.mk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/App.js

    r74b8c52 rd654c74  
    11import { Outlet } from "react-router-dom";
    22import { MainWrapper, MainTitle } from "./Components/Main.style";
     3import Search from "./Components/Search.js";
    34
    45export default function App() {
     
    1516        }
    1617      </style>
    17       <MainTitle>profesori.mk</MainTitle>
     18      <MainTitle>profesori.mk</MainTitle> <Search />
    1819      <Outlet />
    1920    </MainWrapper>
Note: See TracChangeset for help on using the changeset viewer.