feat: book-recommendations page

main
Flycro 2024-03-20 18:13:17 +01:00
parent bd8225374a
commit 837441ecb8
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<script setup lang="ts">
import BookRecommendationTable from '~/components/book-recommendations/BookRecommendationTable.vue'
definePageMeta({ middleware: ['auth'] })
</script>
<template>