feature/IO-3096-GlobalNotifications - Global Notification Settings on profile page

This commit is contained in:
Dave Richer
2025-02-06 13:38:15 -05:00
parent 9bb7f647a7
commit 996f5b3c71

View File

@@ -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";