This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<template>
|
||||
<AtroposObject />
|
||||
</template>
|
||||
11
app/pages/design.vue
Normal file
11
app/pages/design.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user