Initial commit: YouTube Studio Flow (backend, frontend, infrastructure, docs)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { CalendarService } from './calendar.service';
|
||||
import { CalendarController } from './calendar.controller';
|
||||
|
||||
@Module({
|
||||
providers: [CalendarService],
|
||||
controllers: [CalendarController],
|
||||
})
|
||||
export class CalendarModule {}
|
||||
Reference in New Issue
Block a user