refactor user accounts structure
This commit is contained in:
@@ -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: 'provider-dashboard',
|
||||
templateUrl: './index.component.html',
|
||||
})
|
||||
export class DashboardComponent {
|
||||
constructor() {}
|
||||
}
|
||||
Reference in New Issue
Block a user