@codesinger0/shared-components 1.0.53 → 1.0.55
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
|
@@ -10,6 +10,7 @@ export { default as AdvantagesList } from './components/AdvantagesList'
|
|
|
10
10
|
export { default as ShoppingCartModal } from './components/cart/ShoppingCartModal'
|
|
11
11
|
export { default as FloatingCartButton } from './components/cart/FloatingCartButton'
|
|
12
12
|
export { default as Menu } from './components/Menu'
|
|
13
|
+
export { default as ContactUs } from './components/ContactUs'
|
|
13
14
|
|
|
14
15
|
// Modals
|
|
15
16
|
export { default as ItemDetailsModal } from './components/modals/ItemDetailsModal'
|