Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sensational-Code committed Jan 29, 2024
1 parent 0e09670 commit aaed12a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/ui/ManagementPortal/components/LoadingGrid.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<template>
<div class="lds-grid"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
<div class="lds-grid">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</template>

<script lang="ts">
Expand Down

0 comments on commit aaed12a

Please sign in to comment.