budibase/packages/server/src/api/controllers/static/templates/Updating.svelte

9 lines
133 B
Svelte
Raw Normal View History

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