Skip to content

Commit

Permalink
fixup! feat(docs-infra): created new widget for events page
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitsinghkaler committed Apr 14, 2020
1 parent d9c0e95 commit 313341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/src/app/custom-elements/events/events.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
import { HttpClient } from '@angular/common/http';

import { Observable } from 'rxjs';
import { catchError, map } from 'rxjs/operators';
import { catchError } from 'rxjs/operators';

import { Event } from './events.component';
import { CONTENT_URL_PREFIX } from 'app/documents/document.service';
Expand Down

0 comments on commit 313341c

Please sign in to comment.