Skip to content

Commit

Permalink
fixed cart
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedegeofroy committed Jun 16, 2024
1 parent f405212 commit 7df1fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/home.layout.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<template>
<Header />
<router-view />
<Sheet />
</template>

<script setup lang="ts">
import Header from '@/components/header.vue'
import Sheet from '@/models/cart/cart-sheet.vue'
</script>

0 comments on commit 7df1fe8

Please sign in to comment.