Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 3f9c09f

Browse files
committed
chore(vue-utils): change import
1 parent 037f41c commit 3f9c09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/tests/vue-helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createContext } from '@chakra-ui/vue-utils/src'
22
import { defineComponent, h } from 'vue'
3-
import { render } from '../../test-utils/src'
3+
import { render } from '@chakra-ui/vue-test-utils/src'
44

55
interface ExampleContext {
66
example: string

0 commit comments

Comments
 (0)