mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-04 13:34:52 +00:00
refactor: clean code
This commit is contained in:
@@ -2,7 +2,7 @@ import { forwardRef, useImperativeHandle, useMemo } from "react";
|
||||
import { Form, type FormInstance } from "antd";
|
||||
|
||||
import { NOTIFY_CHANNELS, type NotifyChannelsSettingsContent } from "@/domain/settings";
|
||||
import { useAntdForm, useAntdFormName } from "@/hooks";
|
||||
import { useAntdForm } from "@/hooks";
|
||||
|
||||
import NotifyChannelEditFormBarkFields from "./NotifyChannelEditFormBarkFields";
|
||||
import NotifyChannelEditFormDingTalkFields from "./NotifyChannelEditFormDingTalkFields";
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { type RecordListOptions } from "pocketbase";
|
||||
|
||||
import { type WorkflowModel, type WorkflowNode } from "@/domain/workflow";
|
||||
import { type WorkflowModel } from "@/domain/workflow";
|
||||
import { getPocketBase } from "./pocketbase";
|
||||
|
||||
const COLLECTION_NAME = "workflow";
|
||||
|
Reference in New Issue
Block a user