Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 19, 2023
1 parent 2ebc5a4 commit 430b053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import { LegalModule } from 'src/app/components/legal/legal.module';
ReactiveFormsModule,
CodemirrorModule,
LegalModule,
CodemirrorModule,
],
exports: [
LoadingSkeletonComponent,
Expand All @@ -69,6 +70,7 @@ import { LegalModule } from 'src/app/components/legal/legal.module';
CodemirrorSqlComponent,
CodemirrorHyperlambdaComponent,
LegalModule,
CodemirrorModule,
]
})
export class CommonComponentsModule { }
7 changes: 1 addition & 6 deletions frontend/src/app/modules/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ import { NgModule } from "@angular/core";
import { CommonModule } from "@angular/common";
import { FormsModule, ReactiveFormsModule } from "@angular/forms";

// Helper components imports
import { CodemirrorModule } from "@ctrl/ngx-codemirror";

// Application specific imports
import { MaterialModule } from "./material.module";
import { DateSincePipe } from "src/app/pipes/date-since.pipe";
import { MarkedPipe } from "src/app/pipes/marked.pipe";
import { DatePipe } from "src/app/pipes/date.pipe";
import { SortByPipe } from "src/app/pipes/sort-by.pipe";
import { MaterialModule } from "./material.module";

@NgModule({
declarations: [
Expand All @@ -30,7 +27,6 @@ import { MaterialModule } from "./material.module";
MaterialModule,
FormsModule,
ReactiveFormsModule,
CodemirrorModule,
],
exports: [
FormsModule,
Expand All @@ -40,7 +36,6 @@ import { MaterialModule } from "./material.module";
MarkedPipe,
SortByPipe,
MaterialModule,
CodemirrorModule,
]
})
export class SharedModule { }

0 comments on commit 430b053

Please sign in to comment.