mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
8 lines
149 B
Vue
8 lines
149 B
Vue
|
|
<template>
|
||
|
|
<div>
|
||
|
|
<div class="mt-3 min-h-screen">
|
||
|
|
<div class="mt-16 text-center">Coming soon...😉</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</template>
|