Skip to content

Commit e3f1797

Browse files
committed
fix: remove unnecessary React import in KanbanTodoDisplay test file
1 parent ba56945 commit e3f1797

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/console/src/__tests__/KanbanTodoDisplay.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
import { describe, it, expect, vi, beforeEach } from 'vitest';
33
import { render, screen, waitFor } from '@testing-library/react';
4-
import React from 'react';
54
import { ObjectKanban } from '@object-ui/plugin-kanban';
65

76
// We perform Integration Testing on the REAL component to verify display.

0 commit comments

Comments
 (0)