This commit is contained in:
2026-07-10 13:26:55 +03:30
parent 9dc1728edc
commit cefd42de17
35 changed files with 1467 additions and 11 deletions
+2
View File
@@ -23,6 +23,7 @@ import { ProvincesModule } from './provinces/provinces.module';
import { UploaderModule } from './uploader/uploader.module';
import { DashboardModule } from './dashboard/dashboard.module';
import { NotificationsModule } from './notifications/notifications.module';
import { ShortLinksModule } from './short-links/short-links.module';
@Module({
imports: [
@@ -51,6 +52,7 @@ import { NotificationsModule } from './notifications/notifications.module';
UploaderModule,
DashboardModule,
NotificationsModule,
ShortLinksModule,
],
controllers: [],
providers: [],