Moved Profile to TopBar and added text in App.tsx

This commit is contained in:
maciekglowacki 2020-06-11 17:40:32 +02:00
parent 7e3e52fca7
commit a3e3e557af

View File

@ -36,6 +36,7 @@ function App() {
<RightBar /> <RightBar />
</div> </div>
</div> </div>
<h1>{text}</h1>
</div> </div>
); );
} }