Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 23, 2021
1 parent 198820e commit f1ffcdd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<script setup>
useMeta({
title: 'Discuss with Atinux',
})
</script>

<template>
<AppContainer>
<h1 class="text-4xl flex items-center gap-2">
Expand All @@ -9,9 +15,3 @@
</p>
</AppContainer>
</template>

<script setup>
useMeta({
title: 'Discuss with Atinux',
})
</script>

0 comments on commit f1ffcdd

Please sign in to comment.