فهرست منبع

:fire: 未被使用的引用

visuddhinanda 8 ماه پیش
والد
کامیت
e19c2eaf6c
1فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  1. 1 5
      dashboard-v4/dashboard/src/components/task/TaskBuilderChapter.tsx

+ 1 - 5
dashboard-v4/dashboard/src/components/task/TaskBuilderChapter.tsx

@@ -2,7 +2,6 @@ import {
   Button,
   Divider,
   Input,
-  message,
   Modal,
   notification,
   Space,
@@ -10,7 +9,7 @@ import {
   Typography,
 } from "antd";
 
-import { useMemo, useState } from "react";
+import { useState } from "react";
 import Workflow from "./Workflow";
 import {
   IProjectTreeData,
@@ -34,12 +33,9 @@ import {
 } from "../api/token";
 import ProjectWithTasks from "./ProjectWithTasks";
 import { useIntl } from "react-intl";
-import { NotificationPlacement } from "antd/lib/notification";
 import React from "react";
 const { Text, Paragraph } = Typography;
 
-const Context = React.createContext({ name: "Default" });
-
 interface IModal {
   studioName?: string;
   channels?: string[];