Skip to content

Commit dcbea10

Browse files
Fix unused import to fix build
1 parent 16bfb6d commit dcbea10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/timeline/__tests__/Timeline.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { render, screen } from '@testing-library/react';
22
import '@testing-library/jest-dom';
3-
import { vi, describe, test, expect, beforeEach } from 'vitest';
3+
import { vi, describe, test, expect } from 'vitest';
44
import { Timeline } from '../Timeline';
55
import { TimelineEntry } from '../types';
66

0 commit comments

Comments
 (0)