Ignore:
Timestamp:
12/08/22 22:44:02 (22 months ago)
Author:
viktor <viktor@…>
Branches:
main
Children:
a5aba17
Parents:
3b6962d
Message:

finished edit/delete/displace opinion/thread from report (react); todo reporting user/opinion/thread interface, public user pages and messaging (springboot)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/App.js

    r3b6962d raf801e3  
    1414import NotFound from "./Pages/NotFound";
    1515import Topic from "./Pages/Topic";
     16import LoadingSpinner from "./Components/Styled/LoadingSpinner.style";
    1617
    1718export default function App() {
     
    4243      return children;
    4344    } else {
    44       return <div>се вчитува cookie...</div>;
     45      return <LoadingSpinner/>;
    4546    }
    4647  };
Note: See TracChangeset for help on using the changeset viewer.