File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react"
22import withSimpleErrorBoundary from "../../util/withSimpleErrorBoundary"
33import CourseSettings from "../../../course-settings"
44
5- import { useQuery } from "@apollo/client"
5+ import { useQuery } from "@apollo/client/react "
66import { gql } from "apollo-boost"
77import { Button } from "@material-ui/core"
88import OverallPoints from "./OverallPoints"
Original file line number Diff line number Diff line change 11import React from "react"
22import PointsImpl from "./PointsImpl"
33import ApolloClient from "apollo-boost"
4- import { ApolloProvider } from "@apollo/client"
4+ import { ApolloProvider } from "@apollo/client/react "
55import { accessToken } from "../../services/moocfi"
66
77export default class Points extends React . Component {
You can’t perform that action at this time.
0 commit comments