formatting

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-01 15:45:06 -03:00
commit 7e8495efc2
2 changed files with 6 additions and 2 deletions

View file

@ -20,7 +20,11 @@ import {
import { APIClassType, APITemplateType } from "../types/api";
import { FlowType, NodeType } from "../types/flow";
import { TabsContextType, TabsState } from "../types/tabs";
import { addVersionToDuplicates, updateIds, updateTemplate } from "../utils/reactflowUtils";
import {
addVersionToDuplicates,
updateIds,
updateTemplate,
} from "../utils/reactflowUtils";
import { getRandomDescription, getRandomName } from "../utils/utils";
import { alertContext } from "./alertContext";
import { typesContext } from "./typesContext";

View file

@ -231,4 +231,4 @@ export function addVersionToDuplicates(flow: FlowType, flows: FlowType[]) {
}
return newName;
}
}