mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 16:23:36 -05:00
Fix import order to address linting error
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Organizations from './Organizations';
|
||||
import { describeNotificationMixin } from '@testUtils/apiReusable';
|
||||
import Organizations from './Organizations';
|
||||
|
||||
describe('OrganizationsAPI', () => {
|
||||
const orgId = 1;
|
||||
|
||||
Reference in New Issue
Block a user