summaryrefslogtreecommitdiff
path: root/docs/showcases/Showcase.vue
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-04 22:39:08 +0200
committerAylur <[email protected]>2024-09-04 22:39:08 +0200
commit67c8c97654efc2219c7b931b99d0d95d4541a5a8 (patch)
tree2d36fd083af318e63bbdd9555c124694e03b55db /docs/showcases/Showcase.vue
parent6f39857dc7bf59d84c89b311690e858ce0a4724e (diff)
add gi docs deploy workflow
Diffstat (limited to 'docs/showcases/Showcase.vue')
-rw-r--r--docs/showcases/Showcase.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue
index 46d2138..5873a8e 100644
--- a/docs/showcases/Showcase.vue
+++ b/docs/showcases/Showcase.vue
@@ -1,6 +1,4 @@
<script setup>
-import { defineProps } from 'vue';
-
const props = defineProps({
src: { type: String, required: true },
author: { type: String, required: true },