Files
enlight-lms/frontend/src/pages/Test.vue
T
Alexandrina-Kuzeleva 60e81a921e TEST UPD
- translate leader board
2025-12-04 15:13:11 +03:00

8 lines
206 B
Vue

<template>
<div class="min-h-screen p-6">
<div class="text-center mb-8">
<h1 class="text-3xl font-bold text-gray-800 mb-2">Тестовая страница</h1>
</div>
</div>
</template>