generated from VLADIMIR/template_frontend
add pages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import GamesPage from '@/components/GamesPage.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<GamesPage />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user