feat: Multiple Systems

This commit is contained in:
2024-03-18 01:26:54 +01:00
parent 22ea1930c4
commit 12d8f3913c
29 changed files with 2556 additions and 90 deletions

View 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>