About page

This commit is contained in:
2023-08-18 15:33:31 +02:00
parent 6dc6002061
commit e69cc1d91f
19 changed files with 240 additions and 50 deletions

View File

@@ -2,10 +2,6 @@
const error = useError()
const appConfig = useAppConfig()
const getColor = computed(() => appConfig.ui.primary)
definePageMeta({
layout: 'default',
})
</script>
<template>