mirror of
https://github.com/docmost/docmost.git
synced 2026-06-10 18:16:57 +08:00
fixes
* fix comments * fix page history * fix aside width on smaller screens
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { CommentService } from './comment.service';
|
||||
import { CommentController } from './comment.controller';
|
||||
import { PageModule } from '../page/page.module';
|
||||
|
||||
@Module({
|
||||
imports: [PageModule],
|
||||
imports: [],
|
||||
controllers: [CommentController],
|
||||
providers: [CommentService],
|
||||
exports: [CommentService],
|
||||
|
||||
Reference in New Issue
Block a user