Create shop page

Make components: poster, poster product
This commit is contained in:
2021-10-27 22:48:31 +02:00
parent ad1b57fef2
commit 68f9743f17
9 changed files with 492 additions and 8 deletions

View File

@@ -26,6 +26,7 @@
@import "pages/credits";
@import "pages/subscribe";
@import "pages/location";
@import "pages/shop";
// Modules
@import "modules/globe";
@@ -50,12 +51,14 @@
@import "molecules/heading";
@import "molecules/issue";
@import "molecules/newsletter-form";
@import "molecules/poster";
// Organisms
@import "organisms/locations";
@import "organisms/house";
@import "organisms/newsletter";
@import "organisms/shop";
@import "organisms/poster-product";
@import "organisms/footer";