loucyx commented on code in PR #42184:
URL: https://github.com/apache/airflow/pull/42184#discussion_r1755852307


##########
airflow/ui/src/app.test.tsx:
##########
@@ -17,14 +17,15 @@
  * under the License.
  */
 
-import { afterEach, beforeEach, describe, it, vi } from "vitest";
-import { App, AppSimple } from "./app";
 import { render } from "@testing-library/react";
+import { afterEach, beforeEach, describe, it, vi } from "vitest";
+import { App } from "./app";
+import { AppSimple } from "./AppSimple";
 
+import type { QueryObserverSuccessResult } from "@tanstack/react-query";
 import * as openapiQueriesModule from "openapi/queries";
-import { Wrapper } from "./utils/test";
-import { DAGCollection } from "openapi/requests/types.gen";
-import { QueryObserverSuccessResult } from "@tanstack/react-query";
+import type { DAGCollection } from "openapi/requests/types.gen";
+import { Wrapper } from "./utils/Wrapper";

Review Comment:
   Is just alphabetical. I can add the prettier plugin to sort them by groups, 
atm is just using the organize imports feature of ESLint itself ☺️



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to