Skip to content

Commit

Permalink
remove redundancy code
Browse files Browse the repository at this point in the history
  • Loading branch information
wuls committed Jan 21, 2025
1 parent 4b1f8fb commit 1d7a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qwik/src/core/shared/component-execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { isQwikComponent, type OnRenderFn } from './component.public';
import { assertDefined } from './error/assert';
import { isQrl, type QRLInternal } from './qrl/qrl-class';
import { Fragment, JSXNodeImpl, _jsxSorted, isJSXNode, type Props } from './jsx/jsx-runtime';
import type { FunctionComponent, JSXNodeInternal, JSXOutput } from './jsx/types/jsx-node';
import type { JSXNodeInternal, JSXOutput } from './jsx/types/jsx-node';
import type { KnownEventNames } from './jsx/types/jsx-qwik-events';
import { invokeApply, newInvokeContext, untrack } from '../use/use-core';
import { type EventQRL, type UseOnMap } from '../use/use-on';
Expand Down

0 comments on commit 1d7a60d

Please sign in to comment.