fix: remove unnecessary import (#791)

This commit is contained in:
Guy Ben-Aharon
2025-07-27 12:29:19 +03:00
committed by GitHub
parent 7e0483f1a5
commit 87836e53d1

View File

@@ -183,7 +183,6 @@ export const Canvas: React.FC<CanvasProps> = ({ initialTables }) => {
updateArea,
highlightedCustomType,
highlightCustomTypeId,
getCustomType,
hiddenTableIds,
} = useChartDB();
const { showSidePanel } = useLayout();
@@ -433,7 +432,6 @@ export const Canvas: React.FC<CanvasProps> = ({ initialTables }) => {
overlapGraph.graph,
highlightOverlappingTables,
highlightedCustomType,
getCustomType,
]);
const prevFilteredSchemas = useRef<string[] | undefined>(undefined);