Skip to content

Commit 9521819

Browse files
committed
squash!: Fix lint issues
1 parent 1accc48 commit 9521819

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/testUtils.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ import {
2323
Routes,
2424
} from 'react-router-dom';
2525

26+
import * as authzApi from '@src/authz/data/api';
2627
import { ToastContext, type ToastContextData } from './generic/toast-context';
2728
import initializeReduxStore, { type DeprecatedReduxState } from './store';
2829
import { getApiWaffleFlagsUrl } from './data/api';
2930
import { CONTENT_LIBRARY_PERMISSIONS } from './authz/constants';
30-
import * as authzApi from '@src/authz/data/api';
31-
3231

3332
/** @deprecated Use React Query and/or regular React Context instead of redux */
3433
let reduxStore: Store;

0 commit comments

Comments
 (0)