generated from Flycro/laravel-nuxt
feat: Multiple Systems
This commit is contained in:
13
nuxt/pages/book-recommendations/index.vue
Normal file
13
nuxt/pages/book-recommendations/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import BookRecommendationTable from '~/components/book-recommendations/BookRecommendationTable.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<BookRecommendationTable />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user