aboutsummaryrefslogtreecommitdiff
path: root/client/src/views/Checkout.vue
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/views/Checkout.vue')
-rw-r--r--client/src/views/Checkout.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/views/Checkout.vue b/client/src/views/Checkout.vue
new file mode 100644
index 0000000..42523ca
--- /dev/null
+++ b/client/src/views/Checkout.vue
@@ -0,0 +1,9 @@
+<template>
+ Checkout page
+</template>
+
+<script>
+export default {
+
+}
+</script>