fix: remove unuzsed import, shit linters #167

Closed
ptran wants to merge 5 commits from import into main
Showing only changes of commit 35d9d94a44 - Show all commits

View file

@ -2,10 +2,6 @@
<div class="container mx-auto px-4 py-6"> <div class="container mx-auto px-4 py-6">
<h1 class="text-3xl font-bold text-white mb-6">Lootboxen</h1> <h1 class="text-3xl font-bold text-white mb-6">Lootboxen</h1>
<div style="color: lime">
isLoading: {{ isLoading }} | error: {{ error }} | lootboxes: {{ lootboxes.length }}
</div>
<div *ngIf="isLoading" class="flex justify-center"> <div *ngIf="isLoading" class="flex justify-center">
<div class="loader"></div> <div class="loader"></div>
</div> </div>