Skip to content

Commit 6d3a9ba

Browse files
committed
linting
1 parent 4724d94 commit 6d3a9ba

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/frontend/src/app/ClarityProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, createContext, useContext, useCallback } from 'react';
1+
import React, { useEffect, createContext, useCallback } from 'react';
22

33
// Extend the Window interface to include the Clarity function
44
declare global {

src/frontend/src/tests/pages/ChangeRequestDetailPage/ChangeRequestDetailsView.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { mockAuth, mockUseMutationResult, mockUseQueryResult } from '../../test-
1313
import { exampleProject1 } from '../../test-support/test-data/projects.stub';
1414
import { ToastProvider } from '../../../components/Toast/ToastProvider';
1515
import * as authHooks from '../../../hooks/auth.hooks';
16-
import AppContextUser from '../../../app/AppContextUser';
1716
import { useAllUsers, useLogUserIn } from '../../../hooks/users.hooks';
1817
import * as userHooks from '../../../hooks/users.hooks';
1918
import {
@@ -22,7 +21,6 @@ import {
2221
mockGetCurrentUserValue
2322
} from '../../test-support/mock-hooks';
2423
import { exampleAuthenticatedAdminUser } from '../../test-support/test-data/authenticated-user.stub';
25-
import ClarityProvider from '../../../app/ClarityProvider';
2624

2725
vi.mock('../../../hooks/projects.hooks');
2826
vi.mock('../../../hooks/users.hooks');

0 commit comments

Comments
 (0)