This commit is contained in:
j3d1 2023-05-11 20:26:48 +02:00
parent 9381d229c5
commit 297ad7bd99
12 changed files with 121 additions and 40 deletions

View file

@ -26,9 +26,13 @@
</template>
<script>
import * as BIcons from "bootstrap-icons-vue";
export default {
name: "Sidebar"
name: "Sidebar",
components: {
...BIcons
},
}
</script>