#29 feat: add user profile menu in navbar

This commit is contained in:
mono
2026-03-14 22:24:38 -05:00
parent 71294af7fa
commit 0c31d21212
3 changed files with 57 additions and 8 deletions

View File

@@ -62,6 +62,10 @@ class Api {
sendSalesToTryton(){
return this.apiImplementation.sendSalesToTryton();
}
getCurrentUser() {
return this.apiImplementation.getCurrentUser();
}
}
export default Api;