prepare for knossos merge

This commit is contained in:
Jai A
2024-07-03 11:20:25 -07:00
parent 68f0e68343
commit 531e7ec73d
15 changed files with 0 additions and 0 deletions

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>

View File

@@ -1,3 +0,0 @@
<template>
<NxWelcome title="knossos" />
</template>