Skip to content

Commit 1c2fb8b

Browse files
committed
deleted unused imports
1 parent 36337c2 commit 1c2fb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/overview.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { Router } from 'react-router-dom';
33
import { createMemoryHistory } from 'history';
4-
import { render, fireEvent, waitFor, screen } from './test-utils';
4+
import { render, screen } from './test-utils';
55
import '@testing-library/jest-dom/extend-expect';
66

77
import SingleStudentOverview from '../Components/SingleStudentOverview/SingleStudentOverview';

0 commit comments

Comments
 (0)