Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 19, 2024
1 parent 07c37fb commit 9e5204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/app/pages/movie/movie-page.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Apollo, gql } from 'apollo-angular';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { AsyncPipe, JsonPipe } from '@angular/common';
import { AsyncPipe } from '@angular/common';
import { Component, OnInit } from '@angular/core';
import { ActivatedRoute, RouterLink } from '@angular/router';

Expand Down

0 comments on commit 9e5204d

Please sign in to comment.