prettier'd since less than 3 attr/prop

This commit is contained in:
Bill Richardson 2023-10-27 14:33:25 -04:00
parent 2d4a1f59b5
commit f8a475b13d

View file

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