diff options
Diffstat (limited to 'iridescence/src/views/Checkout.vue')
-rw-r--r-- | iridescence/src/views/Checkout.vue | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/iridescence/src/views/Checkout.vue b/iridescence/src/views/Checkout.vue deleted file mode 100644 index 01519ee..0000000 --- a/iridescence/src/views/Checkout.vue +++ /dev/null @@ -1,13 +0,0 @@ -<template> - <div id="checkout"> - <CheckoutForm></CheckoutForm> - </div> -</template> - -<script> -import CheckoutForm from "@/components/checkout/CheckoutForm.vue"; -export default { - name: "Checkout", - components: { CheckoutForm } -}; -</script> |