aboutsummaryrefslogtreecommitdiff
path: root/src/components/TestComponent.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TestComponent.vue')
-rw-r--r--src/components/TestComponent.vue8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/TestComponent.vue b/src/components/TestComponent.vue
deleted file mode 100644
index d2ba0b7..0000000
--- a/src/components/TestComponent.vue
+++ /dev/null
@@ -1,8 +0,0 @@
-<template>
- <div class="text-yellow-500 bg-stone-700">
- Testing
- </div>
-</template>
-
-<script setup lang="ts">
-</script>