diff --git a/client/src/components/profile-my/notification-settings.component.jsx b/client/src/components/profile-my/notification-settings.component.jsx index e501549c4..328c85cf1 100644 --- a/client/src/components/profile-my/notification-settings.component.jsx +++ b/client/src/components/profile-my/notification-settings.component.jsx @@ -1,6 +1,6 @@ -import { useQuery, useMutation } from "@apollo/client"; +import { useMutation, useQuery } from "@apollo/client"; import React, { useEffect, useState } from "react"; -import { Button, Card, Form, Switch, Row, Col, Spin } from "antd"; +import { Button, Card, Col, Form, Row, Switch } from "antd"; import { useTranslation } from "react-i18next"; import { connect } from "react-redux";