dashboard

This commit is contained in:
2026-07-07 20:20:47 +03:30
parent 45ab6a8dda
commit ba3d8f438e
7 changed files with 439 additions and 3 deletions
+2
View File
@@ -18,6 +18,7 @@ import { UsersModule } from './users/users.module';
import { PaymentsModule } from './payments/payments.module';
import { ProvincesModule } from './provinces/provinces.module';
import { UploaderModule } from './uploader/uploader.module';
import { DashboardModule } from './dashboard/dashboard.module';
@Module({
imports: [
@@ -41,6 +42,7 @@ import { UploaderModule } from './uploader/uploader.module';
PaymentsModule,
ProvincesModule,
UploaderModule,
DashboardModule,
],
controllers: [],
providers: [],