This commit is contained in:
2025-10-02 09:24:41 -04:00
parent 3b206e3f79
commit b4db0461a0
5 changed files with 20 additions and 0 deletions

View File

@@ -124,6 +124,8 @@
</NuxtLink>
</div>
</main>
<Footer />
</div>
</template>

View File

@@ -339,6 +339,8 @@
</div>
</form>
</main>
<Footer />
</div>
</template>

View File

@@ -99,6 +99,8 @@
</div>
</div>
</main>
<Footer />
</div>
</template>

View File

@@ -63,6 +63,8 @@
<p>Default credentials: admin / admin123</p>
</div>
</div>
<Footer />
</div>
</template>