prettier'd

This commit is contained in:
Bill Richardson 2023-10-27 14:21:49 -04:00
parent e25425e2a0
commit ab31d642bb

View file

@ -5,7 +5,10 @@
<component :is="Component" @focusin="handleAnyComponentFocus" />
</transition>
</router-view>
<loadingModal notFullScreen :showLoader="shouldShowLoader" :showTextCarousel="shouldShowTextCarousel" />
<loadingModal
notFullScreen
:showLoader="shouldShowLoader"
:showTextCarousel="shouldShowTextCarousel" />
</template>
<script>