Lint frontend
Some checks failed
pipeline / lint-and-format (push) Failing after 4m18s
pipeline / build-and-push-images (push) Has been skipped

This commit is contained in:
2026-01-21 23:39:03 +01:00
parent f307e3a8fc
commit 3d79d9e495
21 changed files with 356 additions and 183 deletions

View File

@@ -1,16 +1,18 @@
<script setup lang="ts">
import { POSITIONS, LANE_IMAGES, POSITIONS_STR } from '~/utils/cdragon'
// Removed unused imports
</script>
<template>
<Head>
<Title>Home</Title>
</Head>
<div class="index-root">
<Head>
<Title>Home</Title>
</Head>
<div class="index-main-content">
<NavBar :tierlist-list="true" />
<div class="index-main-content">
<NavBar :tierlist-list="true" />
<ChampionSelector class="index-champion-selector" />
<ChampionSelector class="index-champion-selector" />
</div>
</div>
</template>