feat: cleaning

This commit is contained in:
Maulana Sodiqin
2025-04-25 13:00:50 +07:00
parent 240e684b53
commit 41712be56a
19 changed files with 4603 additions and 16338 deletions
-16
View File
@@ -1,16 +0,0 @@
<template>
<div class="about">
<h1>This is an about page.</h1>
</div>
</template>
<style>
@media (min-width: 768px) {
.about {
max-width: 768px;
margin-left: auto;
margin-right: auto;
padding: 0 1rem;
}
}
</style>
-3
View File
@@ -1,3 +0,0 @@
<template>
<NxWelcome title="landing" />
</template>