Add a component to scan books

This commit is contained in:
2026-02-05 18:30:24 +01:00
parent 928fd9ddac
commit f73defdad3
10 changed files with 143 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import AppNavBar from './AppNavBar.vue'
import { RouterView } from 'vue-router'
import AppNavBar from './AppNavBar.vue'
import { RouterView } from 'vue-router'
</script>
<template>