Skip to content

Commit

Permalink
Upgrade rxjs (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning authored Oct 6, 2024
1 parent d7d411d commit b9f4552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/films/films.component.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { Fragment } from "react";
import { from, of, forkJoin } from "rxjs";
import { tap, mergeMap, switchMap, mergeAll, map } from "rxjs/operators";
import { forkJoin } from "rxjs";
import { getFilm } from "../utils/api.js";
import Film from "./film.component.js";

Expand Down
2 changes: 0 additions & 2 deletions src/people-page/selected-person/homeworld.component.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from "react";
import { getPlanet } from "../../utils/api.js";
import { of } from "rxjs";
import { flatMap, tap } from "rxjs/operators";
import { Link } from "react-router-dom";

export default function Homeworld(props) {
Expand Down

0 comments on commit b9f4552

Please sign in to comment.