Fix duplicata

This commit is contained in:
2024-07-08 02:09:11 +02:00
parent 049c8e3f64
commit 0385e67a2f

View File

@@ -27,13 +27,15 @@
</template> </template>
</Head> </Head>
<Body> <Body>
<NuxtLoadingIndicator color="#808080" /> <div>
<AppBackground /> <NuxtLoadingIndicator color="#808080" />
<UContainer class="z-50 relative"> <AppBackground />
<AppHeader /> <UContainer class="z-50 relative">
<NuxtPage class="mt-12" /> <AppHeader />
<AppFooter /> <NuxtPage class="mt-12" />
</UContainer> <AppFooter />
</UContainer>
</div>
</Body> </Body>
</Html> </Html>
</template> </template>