chore(examples): cleanup examples

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-25 15:50:37 +01:00
committed by Braks
parent c7897a1da8
commit 4dbb51d387

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { defineComponent, ref } from 'vue'
import { defineComponent } from 'vue'
import CardComponent from 'components/CardComponent.vue'
export default defineComponent({