diff --git a/frontend/components/Cart.vue b/frontend/components/Cart.vue
index 166fe15..9337f83 100644
--- a/frontend/components/Cart.vue
+++ b/frontend/components/Cart.vue
@@ -94,7 +94,10 @@
-
+
+
@@ -106,12 +109,14 @@
import store from '@/store';
import Picker from '@/components/ui/Picker'
import Button from '@/components/ui/Button'
+import applePay from '@/components/ui/applePay';
export default {
name: 'Cart',
components: {
Picker,
- Button
+ Button,
+ applePay
},
computed: {
cartInventory() {
@@ -129,6 +134,7 @@ export default {