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

Commit 037f41c

Browse files
committed
chore(c-alert): fix import
1 parent 2db463c commit 037f41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/c-alert/src/alert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
DOMElements,
1111
} from '@chakra-ui/vue-system'
1212
import { SystemStyleObject } from '@chakra-ui/styled-system'
13-
import { createContext } from '@chakra-ui/vue-utils/src'
13+
import { createContext } from '@chakra-ui/vue-utils'
1414
import { CIcon } from '@chakra-ui/c-icon'
1515

1616
const STATUSES = {

0 commit comments

Comments
 (0)