Skip to content

Commit

Permalink
fix: storybook build - removes unused import (#40)
Browse files Browse the repository at this point in the history
* Removes unused import

* Updates changelog.md file
  • Loading branch information
hellofanny authored May 17, 2022
1 parent 5dafa76 commit 2cb1f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Addded

- Uses new WebOps Incremental Static Builds ([#39](https://github.com/vtex-sites/nextjs.store/pull/39))
- An initial integration of the search term & product suggestions ([#33](https://github.com/vtex-sites/nextjs.store/pull/33)).
- `ImageGallery` to PDP ([#6](https://github.com/vtex-sites/nextjs.store/pull/6))
Expand All @@ -23,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixes Storybook build removing unused imports ([#40](https://github.com/vtex-sites/nextjs.store/pull/40))

### Security

## [22.19.0.beta] - 2022-05-06
Expand Down
1 change: 0 additions & 1 deletion src/styles/global/storybook-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
@import "src/components/sections/Breadcrumb/breadcrumb.scss";
@import "src/components/sections/Incentives/incentives.scss";
@import "src/components/sections/ProductDetails/product-details.scss";
@import "src/components/sections/ProductGallery/product-gallery.scss";
@import "src/components/sections/ProductShelf/product-shelf.scss";
@import "src/components/sections/ScrollToTopButton/scroll-to-top-button.scss";
@import "src/components/sections/Section/section.scss";
Expand Down

1 comment on commit 2cb1f1b

@vercel
Copy link

@vercel vercel bot commented on 2cb1f1b May 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.