Added Certification mockup

This commit is contained in:
2023-11-16 23:35:25 -05:00
parent b4687d6b79
commit cbe4b5323e
13 changed files with 152 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
<template>
<q-page padding>
<CertificationComponent />
</q-page>
</template>
<script setup lang="ts">
import CertificationComponent from 'components/CertificationComponent.vue';
</script>