Create Aside for Cart
With Poster Cart component
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
import PosterLayout from '$components/layouts/PosterLayout.svelte'
|
||||
import Poster from '$components/molecules/Poster.svelte'
|
||||
import EmailForm from '$components/molecules/EmailForm.svelte'
|
||||
import Cart from '$components/organisms/Cart.svelte'
|
||||
|
||||
export let shop: any
|
||||
export let locations: any
|
||||
@@ -20,6 +21,7 @@
|
||||
/>
|
||||
|
||||
<main class="shop-page">
|
||||
<Cart />
|
||||
<section class="shop-page__intro">
|
||||
<a href="/" class="back">
|
||||
Back to Houses Of
|
||||
@@ -44,7 +46,7 @@
|
||||
{/each}
|
||||
</ul>
|
||||
</nav>
|
||||
<button class="cart">
|
||||
<button class="button-cart">
|
||||
<span>2</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user