Skip to content

Commit b261868

Browse files
committed
build: fix missing module
1 parent 176f06a commit b261868

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { styled, ThemeProvider, keyframes, withAttrs, css, cssClass } from '@vvibe/vue-styled-components'
33
import Component from './Component.vue'
44
import { ref } from 'vue'
5-
import { IconInner } from './Test'
65
76
const theme = ref({ primary: 'green', error: 'red' })
87

0 commit comments

Comments
 (0)