--- a
+++ b/web-app/client/src/views/RegisterPatient.vue
@@ -0,0 +1,19 @@
+<template>
+  <div class="RegisterPatient">
+    
+    <regpatient />
+  </div>
+</template>
+
+
+<script>
+// @ is an alias to /src
+// import HelloWorld from '@/components/HelloWorld.vue'
+import regpatient from '../components/regpatient.vue'
+export default {
+  name: 'RegisterPatient',
+  components: {
+    regpatient
+  }
+}
+</script>
\ No newline at end of file