Website/frontend/app/pages/blog/index.vue
2025-12-08 22:30:09 +01:00

5 lines
No EOL
132 B
Vue

<template>
<UContainer class="flex items-center justify-center min-h-screen">
<div>Blog Page</div>
</UContainer>
</template>