12 lines
361 B
Vue
12 lines
361 B
Vue
<template>
|
|
<div class="mt-8 flex flex-wrap justify-center">
|
|
<div className="bg-page-dark-bg text-white">
|
|
<div className="bg-gradient-to-r from-primary to-primary-dark border-t-2 border-b-2 border-primary">
|
|
<div className="mt-8 flex flex-wrap justify-center">
|
|
<gameBox />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|