Create shop page
Make components: poster, poster product
This commit is contained in:
7
src/components/molecules/Poster.svelte
Normal file
7
src/components/molecules/Poster.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<div class="poster">
|
||||
<img src="https://picsum.photos/326/475" width={326} height={475} alt="blob">
|
||||
</div>
|
||||
Reference in New Issue
Block a user