Skip to content

Commit

Permalink
GH-287 Remove mention component
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemke committed Jan 31, 2022
1 parent b9ce2c5 commit 3d7dca1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 119 deletions.
4 changes: 1 addition & 3 deletions cwt-angular/src/main/webapp/app/_modules/chat.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {ChatInputComponent} from "../message/chat-input.component";
import {ChatComponent} from "../message/chat.component";
import {SharedModule} from "./shared.module";
import {RouterModule} from "@angular/router";
import {MentionComponent} from "../message/mention.component";

@NgModule({
imports: [
Expand All @@ -19,15 +18,14 @@ import {MentionComponent} from "../message/mention.component";
declarations: [
ChatInputComponent,
ChatComponent,
MentionComponent
],
exports: [
ChatInputComponent,
ChatComponent,
],
providers: [],
bootstrap: [],
entryComponents: [MentionComponent],
entryComponents: [],
})
export class ChatModule {
}
11 changes: 0 additions & 11 deletions cwt-angular/src/main/webapp/app/message/mention.component.html

This file was deleted.

105 changes: 0 additions & 105 deletions cwt-angular/src/main/webapp/app/message/mention.component.ts

This file was deleted.

0 comments on commit 3d7dca1

Please sign in to comment.