@codesinger0/shared-components 1.1.9 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4,6 +4,7 @@ export { default as SmallButton } from './components/elements/SmallButton';
|
|
|
4
4
|
export { default as LargeItemCard } from './components/LargeItemCard';
|
|
5
5
|
export { default as SmallItemsGrid } from './components/SmallItemsGrid';
|
|
6
6
|
export { default as SmallItemCard } from './components/SmallItemCard';
|
|
7
|
+
export { default as MasonryItemCard } from './components/MasonryItemCard';
|
|
7
8
|
export { default as Hero } from './components/Hero'
|
|
8
9
|
export { default as QAAccordion } from './components/QAAccordion'
|
|
9
10
|
export { default as AdvantagesList } from './components/AdvantagesList'
|