Basic calendar view

This commit is contained in:
2023-11-24 00:12:58 -05:00
parent a6540a2a02
commit 8200bcde52
30 changed files with 406 additions and 57 deletions

View File

@@ -1,4 +1,5 @@
<template>
<toolbar-component pageTitle="Certification" />
<q-page padding>
<CertificationComponent />
</q-page>
@@ -6,4 +7,5 @@
<script setup lang="ts">
import CertificationComponent from 'components/CertificationComponent.vue';
import ToolbarComponent from 'src/components/ToolbarComponent.vue';
</script>