refactor [front]: cleanup
This commit is contained in:
parent
fb1125f796
commit
ff485576ca
2 changed files with 7 additions and 9 deletions
|
@ -1,12 +1,8 @@
|
|||
<template>
|
||||
<div class="layout bg-gray-100">
|
||||
<LayoutNavBar />
|
||||
<div class="container mx-auto">
|
||||
<div class="container">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
<template>
|
||||
<div
|
||||
class="relative items-top justify-center min-h-screen bg-gray-100 sm:items-center sm:pt-0"
|
||||
>
|
||||
<section class="section">
|
||||
<h2 class="title">La semaine prochaine</h2>
|
||||
<MainMovie />
|
||||
</div>
|
||||
</section>
|
||||
<section class="section">
|
||||
<h2 class="title">Et après</h2>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
|
Loading…
Reference in a new issue