mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 12:41:31 +10:00
feat(homepage): add new sections to homepage
This commit is contained in:
@ -8,6 +8,7 @@ import { join } from "path";
|
||||
import { AuthModule } from "./auth/auth.module";
|
||||
import { CacheModule } from "./cache/cache.module";
|
||||
import { ConfigModule } from "./config/config.module";
|
||||
import { ContributorsModule } from "./contributors/contributors.module";
|
||||
import { DatabaseModule } from "./database/database.module";
|
||||
import { HealthModule } from "./health/health.module";
|
||||
import { MailModule } from "./mail/mail.module";
|
||||
@ -36,6 +37,7 @@ import { UtilsModule } from "./utils/utils.module";
|
||||
StorageModule,
|
||||
PrinterModule,
|
||||
TranslationModule,
|
||||
ContributorsModule,
|
||||
|
||||
// Static Assets
|
||||
ServeStaticModule.forRoot({
|
||||
|
||||
Reference in New Issue
Block a user