collaborative editor - wip
This commit is contained in:
@@ -11,5 +11,6 @@ import { WorkspaceModule } from '../workspace/workspace.module';
|
||||
imports: [TypeOrmModule.forFeature([Page]), AuthModule, WorkspaceModule],
|
||||
controllers: [PageController],
|
||||
providers: [PageService, PageRepository],
|
||||
exports: [PageService, PageRepository],
|
||||
})
|
||||
export class PageModule {}
|
||||
|
||||
Reference in New Issue
Block a user