chore: formatting and housekeeping

This commit is contained in:
taskylizard 2024-08-28 11:37:06 +00:00
parent 9d6f121ba9
commit 934ebcf65a
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
36 changed files with 272 additions and 499 deletions

View file

@ -1,11 +1,8 @@
<script setup lang="ts">
import { computed, ref, reactive } from 'vue'
import {
feedbackOptions,
type FeedbackType,
getFeedbackOption
} from '../../types/Feedback'
import type { FeedbackType } from '../../types/Feedback'
import { useRouter } from 'vitepress'
import { computed, reactive, ref } from 'vue'
import { feedbackOptions, getFeedbackOption } from '../../types/Feedback'
const props = defineProps<{
heading?: string