11 lines
160 B
Vue
11 lines
160 B
Vue
<script setup>
|
|
</script>
|
|
|
|
<template>
|
|
<Head>
|
|
<Title>BuildPath</Title>
|
|
</Head>
|
|
|
|
<ChampionSelector style="margin-top: 64px;"/>
|
|
</template>
|