We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8b697 commit 0e6ee5fCopy full SHA for 0e6ee5f
pages/elections.vue
@@ -50,6 +50,8 @@
50
</template>
51
52
<script setup lang="ts">
53
+import ElectionCard from '~/components/Elections/ElectionCard.vue'
54
+
55
const config = useRuntimeConfig()
56
const { t } = useTranslation()
57
0 commit comments