first commit
This commit is contained in:
15
front/src/App.vue
Normal file
15
front/src/App.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import BooksBrowser from './BooksBrowser.vue'
|
||||
import AppNavBar from './AppNavBar.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header>
|
||||
<AppNavBar/>
|
||||
</header>
|
||||
<main class="section">
|
||||
<BooksBrowser/>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user