Skip to content

Commit a0bf902

Browse files
committed
fix: #242 remove update notification from time-clock
1 parent 18f8c91 commit a0bf902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/time-clock/store/entry.effects.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { INFO_SAVED_SUCCESSFULLY, INFO_DELETE_SUCCESSFULLY, UNEXPECTED_ERROR } from './../../shared/messages';
2-
import { Entry } from './../../shared/models/entry.model';
32
import { Injectable } from '@angular/core';
43
import { ofType, Actions, Effect } from '@ngrx/effects';
54
import { Action } from '@ngrx/store';

0 commit comments

Comments
 (0)