mirror of
https://github.com/Nikhil-Doye/workflow-builder.git
synced 2026-07-22 02:01:56 +02:00
Remove unused imports from UnifiedDatabaseNode and UnifiedDatabaseService for cleaner code
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import React from "react";
|
||||
import { BaseNode } from "./BaseNode";
|
||||
import { NodeData } from "../../types";
|
||||
import { DatabaseOperation } from "../../types/database";
|
||||
import {
|
||||
@@ -10,7 +9,6 @@ import {
|
||||
Search,
|
||||
Plus,
|
||||
Edit,
|
||||
Trash2,
|
||||
BarChart3,
|
||||
GitBranch,
|
||||
} from "lucide-react";
|
||||
|
||||
@@ -5,7 +5,6 @@ import {
|
||||
DatabaseResponse,
|
||||
DatabaseOperation,
|
||||
} from "../../types/database";
|
||||
import { CommandExecutionResult } from "../processors/commands/DatabaseCommand";
|
||||
|
||||
export class UnifiedDatabaseService {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user