--- a
+++ b/web-app/client/src/components/patientd.vue
@@ -0,0 +1,11 @@
+<template>
+    <div>
+        <h1>inside pd</h1>
+    </div>
+</template>
+
+<script>
+export default {
+    name : "patientd"
+}
+</script>
\ No newline at end of file