Automatic code mods.

This commit is contained in:
Patrick Fic
2023-01-17 20:22:03 -08:00
parent 07e36415e4
commit 6d5b8baadf
27 changed files with 170 additions and 77 deletions

View File

@@ -1,16 +1,8 @@
import { DeleteFilled } from "@ant-design/icons";
import { useApolloClient } from "@apollo/client";
import { useTreatments } from "@splitsoftware/splitio-react";
import {
Button,
Divider,
Form,
Input,
InputNumber,
PageHeader,
Space,
Switch,
} from "antd";
import { PageHeader } from '@ant-design/pro-layout';
import { Button, Divider, Form, Input, InputNumber, Space, Switch } from "antd";
import React from "react";
import { useTranslation } from "react-i18next";
import { CHECK_VENDOR_NAME } from "../../graphql/vendors.queries";