Skip to content

Commit

Permalink
chore: resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mjabascal10 committed Jan 15, 2025
1 parent 0f80780 commit 4b84ea0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/src/app/shared/utm-shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ import {
import {UtmNotificationComponent} from './components/layout/header/utm-header-notification/utm-notification.component';
import {SidebarComponent} from './components/layout/sidebar/sidebar.component';
import {NotFoundComponent} from './components/not-found/not-found.component';
import { SelectableListComponent } from './components/selectable-list/selectable-list.component';
import {
UtmHeaderHealthWarningComponent
} from './components/utm-header-health-warning/utm-header-health-warning.component';
Expand Down Expand Up @@ -229,11 +230,7 @@ import {HighlightPipe} from './pipes/text/highlight.pipe';
import {TimePeriodPipe} from './pipes/time-period.pipe';
import {TimezoneOffsetPipe} from './pipes/timezone-offset.pipe';
import {UtmNotifier} from './websocket/utm-notifier';
import { SelectableListComponent } from './components/selectable-list/selectable-list.component';
import {TimePeriodPipe} from "./pipes/time-period.pipe";
import {ModalAddNoteComponent} from "./components/utm/util/modal-add-note/modal-add-note.component";
import { UtmCollapsibleTextComponent } from './components/utm/util/utm-collapsible-text/utm-collapsible-text.component';
import {FilterPipe} from "./pipes/filter.pipe";



@NgModule({
Expand Down

0 comments on commit 4b84ea0

Please sign in to comment.