Skip to content

Commit

Permalink
fix "require is not defined" error
Browse files Browse the repository at this point in the history
by removing accidentally added `import {clearTimeout} from "timers"` import
  • Loading branch information
vladimiry committed Sep 24, 2018
1 parent c836157 commit 3f06e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/src/app/_db-view/db-view-mail-body.component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {ChangeDetectionStrategy, Component, HostListener, Input} from "@angular/core";
import {Store} from "@ngrx/store";
import {clearTimeout} from "timers";

import {Mail} from "src/shared/model/database";
import {NAVIGATION_ACTIONS} from "src/web/src/app/store/actions";
Expand Down

0 comments on commit 3f06e27

Please sign in to comment.