Skip to content

Commit e22b5c5

Browse files
committed
chore: remove hanging slash from import
1 parent 7bc7066 commit e22b5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/src/transforms/transformSlotOutlet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { isSlotOutlet, isStaticArgOf, isStaticExp } from '../utils'
1111
import { buildProps, PropsExpression } from './transformElement'
1212
import { createCompilerError, ErrorCodes } from '../errors'
1313
import { RENDER_SLOT } from '../runtimeHelpers'
14-
import { camelize } from '@vue/shared/'
14+
import { camelize } from '@vue/shared'
1515

1616
export const transformSlotOutlet: NodeTransform = (node, context) => {
1717
if (isSlotOutlet(node)) {

0 commit comments

Comments
 (0)