loucyx commented on code in PR #42184:
URL: https://github.com/apache/airflow/pull/42184#discussion_r1755786426
##########
airflow/ui/src/components/DataTable/index.tsx:
##########
@@ -17,6 +17,8 @@
* under the License.
*/
-import { DataTable } from "./DataTable";
-export { DataTable };
+
+
+
+export {DataTable} from "./DataTable";
Review Comment:
Fixed automatically by the linter, importing to export can be simplified
like this.
--
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]