Skip to content

Commit

Permalink
Merge pull request #13 from moevm/koroleva/serverCommunication
Browse files Browse the repository at this point in the history
Add buttons for check DB
  • Loading branch information
polinaKoroleva05 authored Nov 8, 2024
2 parents 283ff45 + febbb26 commit 17ff0d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/pages/PersonalAccountPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export default function PersonalAccount() {
<li><Link to="/myCells">Мои ячейки</Link></li>
<li><Link to="/rentCell">Арендовать ячейку</Link></li>
<li><Link to="/help">Служба поддержки</Link></li>
<li><Link to="/allCells">Все ячейки</Link></li>
<li><Link to="/allEvents">Все события</Link></li>
<li><Link to="/allUsers">Все пользователи</Link></li>
<li><Link to="/allWarehouses">Все склады</Link></li>
<li><Link to="/">Выход</Link></li>
</ul>
</main>
Expand Down

0 comments on commit 17ff0d5

Please sign in to comment.