budibase/packages/client/src/components/UpdatingApp.svelte

12 lines
153 B
Svelte
Raw Normal View History

2023-12-19 12:05:27 +01:00
<script>
</script>
2023-12-18 16:15:00 +01:00
<div class="loading">Updating the system...</div>
<style>
.loading {
display: flex;
justify-content: center;
}
</style>