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

Commit 40eb091

Browse files
chore(c-native-image): remove unused import
1 parent 98a1276 commit 40eb091

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/c-image/src/c-native-image.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { omit } from "@chakra-ui/utils"
2-
import { PropsOf } from "@chakra-ui/vue-system"
31
import { h, defineComponent, PropType } from "vue"
2+
import { PropsOf } from "@chakra-ui/vue-system"
43

54
export interface NativeImageOptions {
65
/**

0 commit comments

Comments
 (0)