Remove unused imports from UnifiedDatabaseNode and UnifiedDatabaseService for cleaner code

This commit is contained in:
Nikhil-Doye
2025-10-23 14:49:31 -04:00
parent 077b4dcc45
commit 6958653a75
2 changed files with 0 additions and 3 deletions
@@ -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 {
/**