FirstRealCommit

This commit is contained in:
PascalMarchesseault
2024-02-25 22:16:51 -05:00
parent e5b2db1c0d
commit 3d955e43ba
6 changed files with 10 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
<template>
<DefaultLayout></DefaultLayout>
<main class="top-aligned-column">
@@ -18,10 +20,6 @@
<script setup>
import DefaultLayout from '@/layouts/DefaultLayout.vue';
</script>
<style>
</style>