Update BToaster to BToastOrchestrator

This commit is contained in:
Matthias 2024-01-31 17:50:25 +01:00
parent 0dc24b6763
commit 829eb96474

View File

@ -1,7 +1,7 @@
<template>
<div id="app" class="d-flex flex-column dvh-100" :style="colorStore.cssVars">
<NavBar />
<BToaster></BToaster>
<BToastOrchestrator></BToastOrchestrator>
<BodyLayout class="flex-fill overflow-auto" />
<NavFooter />
</div>