Skip to content

Commit 2442533

Browse files
committed
style: fix lints
1 parent 675e98f commit 2442533

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

js/showcase/src/vue/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
ConcreteComponent,
33
createApp,
4-
DefineComponent,
54
defineComponent,
65
VNode,
76
h as vueH,

js/vue/lib/icons/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default as Location } from "./location.vue";
1+
export { default as RsLocation } from "./rs-location.vue";
File renamed without changes.

js/vue/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * from "./components/rs-button.showcase.vue";
2-
// export * from "./icons";
2+
export * from "./icons";

0 commit comments

Comments
 (0)