BOD-11 BOD-12 BOD-10 Updated packages + changes apollo hooks imports

This commit is contained in:
Patrick Fic
2020-03-23 11:29:37 -07:00
parent c55f5ebafc
commit 192d2ee0f0
45 changed files with 1040 additions and 590 deletions

View File

@@ -1,7 +1,7 @@
import React, { useEffect } from "react";
import ShopInfoComponent from "./shop-info.component";
import { Form, notification } from "antd";
import { useQuery, useMutation } from "react-apollo";
import { useQuery, useMutation } from "@apollo/react-hooks";
import { QUERY_BODYSHOP, UPDATE_SHOP } from "../../graphql/bodyshop.queries";
import LoadingSpinner from "../loading-spinner/loading-spinner.component";
import AlertComponent from "../alert/alert.component";