refactor user accounts structure

This commit is contained in:
2026-03-16 00:35:34 +03:30
parent 20be653499
commit 3c9f6eed1d
286 changed files with 2812 additions and 1133 deletions
@@ -0,0 +1,3 @@
<div class="flex items-center justify-center h-svh w-svw">
<span class="text-center"> به پنل کسب و کار خوش آمدید </span>
</div>
@@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'partner-dashboard',
templateUrl: './index.component.html',
})
export class DashboardComponent {
constructor() {}
}