init to partner panel

This commit is contained in:
2026-04-13 15:47:50 +03:30
parent af3123e61e
commit 9eb5c35285
45 changed files with 806 additions and 12 deletions
@@ -1 +1,5 @@
<router-outlet></router-outlet>
@if (loading()) {
<shared-page-loading />
} @else {
<router-outlet></router-outlet>
}