Skip to content

Commit

Permalink
Use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Sep 18, 2024
1 parent 081ca82 commit 54317d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component, DestroyRef, OnInit } from "@angular/core";
import { takeUntilDestroyed } from "@angular/core/rxjs-interop";
import { FormGroup, FormControl, Validators } from "@angular/forms";
import { ActivatedRoute } from "@angular/router";
import { ApolloCache } from "@apollo/client";
import { ApolloCache } from "@apollo/client/core";
import { ToastService } from "@services/toast.service";
import { MutationResult } from "apollo-angular";
import {
Expand Down

0 comments on commit 54317d9

Please sign in to comment.