Skip to content

Commit e8eeedd

Browse files
committed
run yarn lintfix
1 parent 724ad6a commit e8eeedd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

client/layouts/default.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<div class="flex flex-col min-h-screen">
3-
<NavBar/>
4-
<Nuxt class="my-auto"/>
5-
<PageFooter/>
3+
<NavBar />
4+
<Nuxt class="my-auto" />
5+
<PageFooter />
66
</div>
77
</template>
88

0 commit comments

Comments
 (0)