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,3 +1 @@
<div class="flex items-center justify-center h-svh w-svw">
<span class="text-center"> به پنل کسب و کار خوش آمدید </span>
</div>
<div class="grid grid-cols-2 gap-10">به پنل مدیریتی شریک تجاری خوش آمدید.</div>
@@ -4,6 +4,4 @@ import { Component } from '@angular/core';
selector: 'partner-dashboard',
templateUrl: './index.component.html',
})
export class DashboardComponent {
constructor() {}
}
export class DashboardComponent {}