Basic calendar view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user