Skip to content

Commit 0e6ee5f

Browse files
committed
add missing import
1 parent bc8b697 commit 0e6ee5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/elections.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
</template>
5151

5252
<script setup lang="ts">
53+
import ElectionCard from '~/components/Elections/ElectionCard.vue'
54+
5355
const config = useRuntimeConfig()
5456
const { t } = useTranslation()
5557

0 commit comments

Comments
 (0)