From 8601145cd9468e5ed358bc739d3a8ae2a8f0582b Mon Sep 17 00:00:00 2001 From: lareinayanyu Date: Thu, 17 Oct 2024 19:09:26 +0800 Subject: [PATCH] fix: lint --- packages/webpack-plugin/lib/runtime/components/react/common.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webpack-plugin/lib/runtime/components/react/common.tsx b/packages/webpack-plugin/lib/runtime/components/react/common.tsx index 6d3cd0fce7..81b69133c1 100644 --- a/packages/webpack-plugin/lib/runtime/components/react/common.tsx +++ b/packages/webpack-plugin/lib/runtime/components/react/common.tsx @@ -28,4 +28,4 @@ export function wrapChildren (props: Record = {}, { hasVarDec, varC children = {children} } return children -} \ No newline at end of file +}